aq-fe-framework 0.1.475 → 0.1.476
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-R43BUIMD.mjs";
|
6
|
-
import {
|
7
|
-
const_object_colors
|
8
|
-
} from "./chunk-OMJJAHOC.mjs";
|
9
6
|
import {
|
10
7
|
enum_daysOfWeek
|
11
8
|
} from "./chunk-K6S7R6LU.mjs";
|
9
|
+
import {
|
10
|
+
const_object_colors
|
11
|
+
} from "./chunk-OMJJAHOC.mjs";
|
12
12
|
import {
|
13
13
|
useMyReactMutation,
|
14
14
|
useMyReactQuery
|
@@ -412,6 +412,12 @@ function MyDataTableSelectOne({
|
|
412
412
|
// src/core/dataDisplay/MyFlexIconTitle.tsx
|
413
413
|
import { Flex as Flex2, Text } from "@mantine/core";
|
414
414
|
import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
415
|
+
function MyFlexIconTitle(props) {
|
416
|
+
return /* @__PURE__ */ jsxs4(Flex2, __spreadProps(__spreadValues({ direction: "row", align: "center", gap: "xs" }, props), { children: [
|
417
|
+
props == null ? void 0 : props.icon,
|
418
|
+
/* @__PURE__ */ jsx11(Text, { children: props == null ? void 0 : props.children })
|
419
|
+
] }));
|
420
|
+
}
|
415
421
|
|
416
422
|
// src/core/dataDisplay/MyInfoBox.tsx
|
417
423
|
import { Group, Paper, Stack, Text as Text2 } from "@mantine/core";
|
@@ -966,6 +972,7 @@ export {
|
|
966
972
|
MyButtonModal,
|
967
973
|
MyButtonModalCreateUpdate,
|
968
974
|
MyDataTableSelectOne,
|
975
|
+
MyFlexIconTitle,
|
969
976
|
MyInfoBox,
|
970
977
|
MyLabelValueRow,
|
971
978
|
MyStatsCard,
|
package/dist/core/index.d.mts
CHANGED
@@ -73,6 +73,12 @@ declare function MyDataTableSelectOne<TData extends MRT_RowData>({ columns, quer
|
|
73
73
|
setIdSelection: (id: string | number | undefined) => void;
|
74
74
|
}): react_jsx_runtime.JSX.Element;
|
75
75
|
|
76
|
+
interface MyFlexIconTitleProps {
|
77
|
+
icon?: ReactNode;
|
78
|
+
children?: ReactNode;
|
79
|
+
}
|
80
|
+
declare function MyFlexIconTitle(props?: MyFlexIconTitleProps): react_jsx_runtime.JSX.Element;
|
81
|
+
|
76
82
|
interface MyInfoBoxItem {
|
77
83
|
label: string;
|
78
84
|
value: React.ReactNode;
|
@@ -173,4 +179,4 @@ interface MyFlexEndProps extends GroupProps {
|
|
173
179
|
}
|
174
180
|
declare function MyFlexEnd({ children, ...rest }: MyFlexEndProps): react_jsx_runtime.JSX.Element;
|
175
181
|
|
176
|
-
export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalCreateUpdate, type MyButtonModalProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
|
182
|
+
export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalCreateUpdate, type MyButtonModalProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
|
package/dist/core/index.mjs
CHANGED
@@ -8,6 +8,7 @@ import {
|
|
8
8
|
MyDayOfWeekPicker,
|
9
9
|
MyFlexColumn,
|
10
10
|
MyFlexEnd,
|
11
|
+
MyFlexIconTitle,
|
11
12
|
MyInfoBox,
|
12
13
|
MyLabelValueRow,
|
13
14
|
MyRichTextEditor,
|
@@ -16,13 +17,13 @@ import {
|
|
16
17
|
MyStatsCard,
|
17
18
|
MyTextInput,
|
18
19
|
MyWeeklySessionSchedulerPicker
|
19
|
-
} from "../chunk-
|
20
|
+
} from "../chunk-ZXOSXLOL.mjs";
|
20
21
|
import "../chunk-R43BUIMD.mjs";
|
21
22
|
import "../chunk-U62R2QKJ.mjs";
|
22
23
|
import "../chunk-5U2JSHSJ.mjs";
|
24
|
+
import "../chunk-K6S7R6LU.mjs";
|
23
25
|
import "../chunk-GFEMKKFH.mjs";
|
24
26
|
import "../chunk-OMJJAHOC.mjs";
|
25
|
-
import "../chunk-K6S7R6LU.mjs";
|
26
27
|
import "../chunk-KFSAV44B.mjs";
|
27
28
|
import "../chunk-7ZCOFATU.mjs";
|
28
29
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -36,6 +37,7 @@ export {
|
|
36
37
|
MyDayOfWeekPicker,
|
37
38
|
MyFlexColumn,
|
38
39
|
MyFlexEnd,
|
40
|
+
MyFlexIconTitle,
|
39
41
|
MyInfoBox,
|
40
42
|
MyLabelValueRow,
|
41
43
|
MyRichTextEditor,
|
@@ -11,11 +11,14 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-EWDS5IOF.mjs";
|
14
|
+
import {
|
15
|
+
enum_emailConfigModule
|
16
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
14
17
|
import {
|
15
18
|
MyButton as MyButton2,
|
16
19
|
MyDataTableSelectOne,
|
17
20
|
MyTextInput as MyTextInput2
|
18
|
-
} from "../chunk-
|
21
|
+
} from "../chunk-ZXOSXLOL.mjs";
|
19
22
|
import {
|
20
23
|
F_authenticate_Logout,
|
21
24
|
MyActionIconDelete,
|
@@ -46,16 +49,13 @@ import {
|
|
46
49
|
createGenericStore
|
47
50
|
} from "../chunk-U62R2QKJ.mjs";
|
48
51
|
import "../chunk-5U2JSHSJ.mjs";
|
52
|
+
import "../chunk-K6S7R6LU.mjs";
|
49
53
|
import {
|
50
54
|
const_object_documentTypes
|
51
55
|
} from "../chunk-GFEMKKFH.mjs";
|
52
56
|
import {
|
53
57
|
const_object_colors
|
54
58
|
} from "../chunk-OMJJAHOC.mjs";
|
55
|
-
import {
|
56
|
-
enum_emailConfigModule
|
57
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
58
|
-
import "../chunk-K6S7R6LU.mjs";
|
59
59
|
import {
|
60
60
|
baseAxios_default,
|
61
61
|
createBaseApi,
|