aq-fe-framework 0.1.337 → 0.1.339
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.
@@ -3,12 +3,12 @@ import {
|
|
3
3
|
MyFlexColumn,
|
4
4
|
MyFlexRow
|
5
5
|
} from "./chunk-GEYCGM75.mjs";
|
6
|
-
import {
|
7
|
-
enum_daysOfWeek
|
8
|
-
} from "./chunk-K6S7R6LU.mjs";
|
9
6
|
import {
|
10
7
|
const_object_colors
|
11
8
|
} from "./chunk-NWBLJ3W3.mjs";
|
9
|
+
import {
|
10
|
+
enum_daysOfWeek
|
11
|
+
} from "./chunk-K6S7R6LU.mjs";
|
12
12
|
import {
|
13
13
|
useMyReactMutation
|
14
14
|
} from "./chunk-YQPDRFRL.mjs";
|
@@ -539,10 +539,10 @@ function MyRichTextEditor(props) {
|
|
539
539
|
onMouseDown: () => {
|
540
540
|
editor == null ? void 0 : editor.commands.focus();
|
541
541
|
},
|
542
|
-
mah: "
|
542
|
+
mah: "200",
|
543
543
|
style: { cursor: "text" }
|
544
544
|
}, props.scrollAreaAutosizeProps), {
|
545
|
-
children: /* @__PURE__ */ jsx9(RichTextEditor.Content, __spreadValues({ mih: "
|
545
|
+
children: /* @__PURE__ */ jsx9(RichTextEditor.Content, __spreadValues({ mih: "200" }, props.richTextEditorContentProps))
|
546
546
|
})
|
547
547
|
)
|
548
548
|
] })) }));
|
package/dist/core/index.mjs
CHANGED
@@ -12,10 +12,10 @@ import {
|
|
12
12
|
MyStatsCard,
|
13
13
|
MyTextInput,
|
14
14
|
MyWeeklySessionSchedulerPicker
|
15
|
-
} from "../chunk-
|
15
|
+
} from "../chunk-274L4UBS.mjs";
|
16
16
|
import "../chunk-GEYCGM75.mjs";
|
17
|
-
import "../chunk-K6S7R6LU.mjs";
|
18
17
|
import "../chunk-NWBLJ3W3.mjs";
|
18
|
+
import "../chunk-K6S7R6LU.mjs";
|
19
19
|
import "../chunk-YQPDRFRL.mjs";
|
20
20
|
import "../chunk-7ZCOFATU.mjs";
|
21
21
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -38,26 +38,26 @@ import {
|
|
38
38
|
createGenericStore
|
39
39
|
} from "../chunk-Y3YGC5IH.mjs";
|
40
40
|
import "../chunk-5U2JSHSJ.mjs";
|
41
|
+
import {
|
42
|
+
const_object_documentTypes
|
43
|
+
} from "../chunk-BZMQOGL6.mjs";
|
41
44
|
import {
|
42
45
|
MyButton as MyButton2,
|
43
46
|
MyDataTableSelectOne,
|
44
47
|
MyTextInput as MyTextInput2
|
45
|
-
} from "../chunk-
|
48
|
+
} from "../chunk-274L4UBS.mjs";
|
46
49
|
import {
|
47
50
|
MyDataTable,
|
48
51
|
MyFlexColumn,
|
49
52
|
MyFlexRow
|
50
53
|
} from "../chunk-GEYCGM75.mjs";
|
54
|
+
import {
|
55
|
+
const_object_colors
|
56
|
+
} from "../chunk-NWBLJ3W3.mjs";
|
51
57
|
import {
|
52
58
|
enum_emailConfigModule
|
53
59
|
} from "../chunk-VH4ZAD6M.mjs";
|
54
60
|
import "../chunk-K6S7R6LU.mjs";
|
55
|
-
import {
|
56
|
-
const_object_documentTypes
|
57
|
-
} from "../chunk-BZMQOGL6.mjs";
|
58
|
-
import {
|
59
|
-
const_object_colors
|
60
|
-
} from "../chunk-NWBLJ3W3.mjs";
|
61
61
|
import {
|
62
62
|
baseAxios_default,
|
63
63
|
createBaseApi,
|
@@ -989,7 +989,7 @@ var mockData2 = [
|
|
989
989
|
];
|
990
990
|
|
991
991
|
// src/modules-features/admin/core/accountManagement/F_accountManagement_Create.tsx
|
992
|
-
import { MultiSelect } from "@mantine/core";
|
992
|
+
import { MultiSelect, PasswordInput } from "@mantine/core";
|
993
993
|
import { useForm } from "@mantine/form";
|
994
994
|
|
995
995
|
// src/modules-features/admin/core/accountManagement/useS_accountManagement.ts
|
@@ -1041,7 +1041,7 @@ function F_accountManagement_Create() {
|
|
1041
1041
|
}
|
1042
1042
|
return /* @__PURE__ */ jsxs6(MyButtonCreate, { form, onSubmit: handleSubmit, objectName: "ng\u01B0\u1EDDi d\xF9ng", children: [
|
1043
1043
|
/* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "T\xEAn t\xE0i kho\u1EA3n" }, form.getInputProps("userName"))),
|
1044
|
-
/* @__PURE__ */ jsx10(
|
1044
|
+
/* @__PURE__ */ jsx10(PasswordInput, __spreadValues({ label: "M\u1EADt kh\u1EA9u" }, form.getInputProps("password"))),
|
1045
1045
|
/* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "H\u1ECD v\xE0 t\xEAn" }, form.getInputProps("fullName"))),
|
1046
1046
|
/* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "Email" }, form.getInputProps("email"))),
|
1047
1047
|
/* @__PURE__ */ jsx10(MyTextInput, __spreadValues({ label: "S\u1ED1 \u0111i\u1EC7n tho\u1EA1i" }, form.getInputProps("phoneNumber"))),
|
@@ -2904,7 +2904,7 @@ function F_core64229_Delete({ values }) {
|
|
2904
2904
|
}
|
2905
2905
|
|
2906
2906
|
// src/modules-features/admin/core/core64229/F_core64229_Form.tsx
|
2907
|
-
import { PasswordInput } from "@mantine/core";
|
2907
|
+
import { PasswordInput as PasswordInput2 } from "@mantine/core";
|
2908
2908
|
import { useForm as useForm16 } from "@mantine/form";
|
2909
2909
|
import { jsx as jsx51, jsxs as jsxs34 } from "react/jsx-runtime";
|
2910
2910
|
function F_core64229_Form({ values, emailModule }) {
|
@@ -2995,7 +2995,7 @@ function FormInput({ form, emailModule }) {
|
|
2995
2995
|
}, form.getInputProps("userName"))
|
2996
2996
|
),
|
2997
2997
|
/* @__PURE__ */ jsx51(
|
2998
|
-
|
2998
|
+
PasswordInput2,
|
2999
2999
|
__spreadValues({
|
3000
3000
|
label: "Password",
|
3001
3001
|
placeholder: "Nh\u1EADp password"
|
@@ -3748,7 +3748,7 @@ function F_mailConfig_Delete({ values }) {
|
|
3748
3748
|
}
|
3749
3749
|
|
3750
3750
|
// src/modules-features/admin/core/mailConfig/F_mailConfig_Form.tsx
|
3751
|
-
import { PasswordInput as
|
3751
|
+
import { PasswordInput as PasswordInput3 } from "@mantine/core";
|
3752
3752
|
import { useForm as useForm23 } from "@mantine/form";
|
3753
3753
|
import { jsx as jsx71, jsxs as jsxs47 } from "react/jsx-runtime";
|
3754
3754
|
function F_mailConfig_Form({ values, emailModule }) {
|
@@ -3839,7 +3839,7 @@ function FormInput2({ form, emailModule }) {
|
|
3839
3839
|
}, form.getInputProps("userName"))
|
3840
3840
|
),
|
3841
3841
|
/* @__PURE__ */ jsx71(
|
3842
|
-
|
3842
|
+
PasswordInput3,
|
3843
3843
|
__spreadValues({
|
3844
3844
|
label: "Password",
|
3845
3845
|
placeholder: "Nh\u1EADp password"
|
@@ -5583,7 +5583,7 @@ import {
|
|
5583
5583
|
Flex as Flex3,
|
5584
5584
|
Group as Group6,
|
5585
5585
|
Paper as Paper10,
|
5586
|
-
PasswordInput as
|
5586
|
+
PasswordInput as PasswordInput4,
|
5587
5587
|
Text as Text3,
|
5588
5588
|
TextInput as TextInput3,
|
5589
5589
|
Title
|
@@ -5695,7 +5695,7 @@ function F_authenticate_Login({
|
|
5695
5695
|
})
|
5696
5696
|
),
|
5697
5697
|
/* @__PURE__ */ jsx111(
|
5698
|
-
|
5698
|
+
PasswordInput4,
|
5699
5699
|
__spreadProps(__spreadValues({}, form.getInputProps("password")), {
|
5700
5700
|
label: "M\u1EADt kh\u1EA9u",
|
5701
5701
|
placeholder: "Nh\u1EADp m\u1EADt kh\u1EA9u c\u1EE7a b\u1EA1n",
|