aq-fe-framework 0.1.476 → 0.1.477
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
|
-
enum_daysOfWeek
|
8
|
-
} from "./chunk-K6S7R6LU.mjs";
|
9
6
|
import {
|
10
7
|
const_object_colors
|
11
8
|
} from "./chunk-OMJJAHOC.mjs";
|
9
|
+
import {
|
10
|
+
enum_daysOfWeek
|
11
|
+
} from "./chunk-K6S7R6LU.mjs";
|
12
12
|
import {
|
13
13
|
useMyReactMutation,
|
14
14
|
useMyReactQuery
|
@@ -414,8 +414,8 @@ import { Flex as Flex2, Text } from "@mantine/core";
|
|
414
414
|
import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
415
415
|
function MyFlexIconTitle(props) {
|
416
416
|
return /* @__PURE__ */ jsxs4(Flex2, __spreadProps(__spreadValues({ direction: "row", align: "center", gap: "xs" }, props), { children: [
|
417
|
-
props
|
418
|
-
/* @__PURE__ */ jsx11(Text, { children: props == null ? void 0 : props.children })
|
417
|
+
props.icon,
|
418
|
+
/* @__PURE__ */ jsx11(Text, __spreadProps(__spreadValues({ size: "lg", fw: 700 }, props.textProps), { children: props == null ? void 0 : props.children }))
|
419
419
|
] }));
|
420
420
|
}
|
421
421
|
|
package/dist/core/index.d.mts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
2
2
|
import { t as type_action } from '../types-B5rmBuXz.mjs';
|
3
|
-
import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps,
|
3
|
+
import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
|
4
4
|
import { ReactNode, ButtonHTMLAttributes } from 'react';
|
5
5
|
import { M as MyApiResponse } from '../createBaseApi-D9OK2lA_.mjs';
|
6
6
|
import { AxiosResponse } from 'axios';
|
@@ -76,8 +76,9 @@ declare function MyDataTableSelectOne<TData extends MRT_RowData>({ columns, quer
|
|
76
76
|
interface MyFlexIconTitleProps {
|
77
77
|
icon?: ReactNode;
|
78
78
|
children?: ReactNode;
|
79
|
+
textProps?: TextProps;
|
79
80
|
}
|
80
|
-
declare function MyFlexIconTitle(props
|
81
|
+
declare function MyFlexIconTitle(props: MyFlexIconTitleProps): react_jsx_runtime.JSX.Element;
|
81
82
|
|
82
83
|
interface MyInfoBoxItem {
|
83
84
|
label: string;
|
package/dist/core/index.mjs
CHANGED
@@ -17,13 +17,13 @@ import {
|
|
17
17
|
MyStatsCard,
|
18
18
|
MyTextInput,
|
19
19
|
MyWeeklySessionSchedulerPicker
|
20
|
-
} from "../chunk-
|
20
|
+
} from "../chunk-LON64CYM.mjs";
|
21
21
|
import "../chunk-R43BUIMD.mjs";
|
22
22
|
import "../chunk-U62R2QKJ.mjs";
|
23
23
|
import "../chunk-5U2JSHSJ.mjs";
|
24
|
-
import "../chunk-K6S7R6LU.mjs";
|
25
24
|
import "../chunk-GFEMKKFH.mjs";
|
26
25
|
import "../chunk-OMJJAHOC.mjs";
|
26
|
+
import "../chunk-K6S7R6LU.mjs";
|
27
27
|
import "../chunk-KFSAV44B.mjs";
|
28
28
|
import "../chunk-7ZCOFATU.mjs";
|
29
29
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -11,14 +11,11 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-EWDS5IOF.mjs";
|
14
|
-
import {
|
15
|
-
enum_emailConfigModule
|
16
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
17
14
|
import {
|
18
15
|
MyButton as MyButton2,
|
19
16
|
MyDataTableSelectOne,
|
20
17
|
MyTextInput as MyTextInput2
|
21
|
-
} from "../chunk-
|
18
|
+
} from "../chunk-LON64CYM.mjs";
|
22
19
|
import {
|
23
20
|
F_authenticate_Logout,
|
24
21
|
MyActionIconDelete,
|
@@ -49,13 +46,16 @@ import {
|
|
49
46
|
createGenericStore
|
50
47
|
} from "../chunk-U62R2QKJ.mjs";
|
51
48
|
import "../chunk-5U2JSHSJ.mjs";
|
52
|
-
import "../chunk-K6S7R6LU.mjs";
|
53
49
|
import {
|
54
50
|
const_object_documentTypes
|
55
51
|
} from "../chunk-GFEMKKFH.mjs";
|
56
52
|
import {
|
57
53
|
const_object_colors
|
58
54
|
} 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,
|