aq-fe-framework 0.1.524 → 0.1.526
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.
@@ -4,12 +4,12 @@ import {
|
|
4
4
|
MyFlexColumn,
|
5
5
|
MyFlexRow
|
6
6
|
} from "./chunk-NAUH6JUN.mjs";
|
7
|
-
import {
|
8
|
-
const_object_colors
|
9
|
-
} from "./chunk-OMJJAHOC.mjs";
|
10
7
|
import {
|
11
8
|
enum_daysOfWeek
|
12
9
|
} from "./chunk-K6S7R6LU.mjs";
|
10
|
+
import {
|
11
|
+
const_object_colors
|
12
|
+
} from "./chunk-OMJJAHOC.mjs";
|
13
13
|
import {
|
14
14
|
useMyReactMutation,
|
15
15
|
useMyReactQuery
|
@@ -1076,10 +1076,10 @@ function MyModalDelete(_a) {
|
|
1076
1076
|
return /* @__PURE__ */ jsxs12(
|
1077
1077
|
Modal3,
|
1078
1078
|
__spreadProps(__spreadValues({
|
1079
|
-
title: "X\xF3a d\u1EEF li\u1EC7u"
|
1080
|
-
}, rest), {
|
1079
|
+
title: "X\xF3a d\u1EEF li\u1EC7u",
|
1081
1080
|
onClose: disclosure[1].close,
|
1082
|
-
opened: disclosure[0]
|
1081
|
+
opened: disclosure[0]
|
1082
|
+
}, rest), {
|
1083
1083
|
children: [
|
1084
1084
|
/* @__PURE__ */ jsx22(
|
1085
1085
|
Highlight2,
|
package/dist/core/index.d.mts
CHANGED
@@ -196,7 +196,7 @@ interface MyFlexEndProps extends GroupProps {
|
|
196
196
|
}
|
197
197
|
declare function MyFlexEnd({ children, ...rest }: MyFlexEndProps): react_jsx_runtime.JSX.Element;
|
198
198
|
|
199
|
-
interface MyModalDeleteProps extends ModalProps {
|
199
|
+
interface MyModalDeleteProps extends Omit<ModalProps, "opened" | "onClose"> {
|
200
200
|
disclosure: ReturnType<typeof useDisclosure>;
|
201
201
|
contextData?: string;
|
202
202
|
onSubmit?: () => void;
|
package/dist/core/index.mjs
CHANGED
@@ -19,13 +19,13 @@ import {
|
|
19
19
|
MyStatsCard,
|
20
20
|
MyTextInput,
|
21
21
|
MyWeeklySessionSchedulerPicker
|
22
|
-
} from "../chunk-
|
22
|
+
} from "../chunk-4HPNDEJQ.mjs";
|
23
23
|
import "../chunk-NAUH6JUN.mjs";
|
24
24
|
import "../chunk-U62R2QKJ.mjs";
|
25
25
|
import "../chunk-5U2JSHSJ.mjs";
|
26
|
+
import "../chunk-K6S7R6LU.mjs";
|
26
27
|
import "../chunk-GFEMKKFH.mjs";
|
27
28
|
import "../chunk-OMJJAHOC.mjs";
|
28
|
-
import "../chunk-K6S7R6LU.mjs";
|
29
29
|
import "../chunk-3XSLM5GI.mjs";
|
30
30
|
import "../chunk-7ZCOFATU.mjs";
|
31
31
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -16,7 +16,7 @@ import {
|
|
16
16
|
MyButton as MyButton2,
|
17
17
|
MyDataTableSelectOne,
|
18
18
|
MyTextInput as MyTextInput2
|
19
|
-
} from "../chunk-
|
19
|
+
} from "../chunk-4HPNDEJQ.mjs";
|
20
20
|
import {
|
21
21
|
F_authenticate_Logout,
|
22
22
|
MyActionIconDelete,
|
@@ -47,16 +47,16 @@ import {
|
|
47
47
|
createGenericStore
|
48
48
|
} from "../chunk-U62R2QKJ.mjs";
|
49
49
|
import "../chunk-5U2JSHSJ.mjs";
|
50
|
+
import {
|
51
|
+
enum_emailConfigModule
|
52
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
53
|
+
import "../chunk-K6S7R6LU.mjs";
|
50
54
|
import {
|
51
55
|
const_object_documentTypes
|
52
56
|
} from "../chunk-GFEMKKFH.mjs";
|
53
57
|
import {
|
54
58
|
const_object_colors
|
55
59
|
} from "../chunk-OMJJAHOC.mjs";
|
56
|
-
import {
|
57
|
-
enum_emailConfigModule
|
58
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
59
|
-
import "../chunk-K6S7R6LU.mjs";
|
60
60
|
import {
|
61
61
|
baseAxios_default,
|
62
62
|
createBaseApi,
|