aq-fe-framework 0.1.780 → 0.1.782
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.
- package/dist/{chunk-E5DYMQ4Q.mjs → chunk-5KOVHDOV.mjs} +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.mjs +2 -2
- package/dist/coreService/index.mjs +2 -2
- package/dist/modules-features/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-DC3L5XSB.mjs → chunk-KAC7JMQB.mjs} +1 -1
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
const_object_colors,
|
|
28
28
|
const_object_documentTypes
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-KAC7JMQB.mjs";
|
|
30
30
|
import {
|
|
31
31
|
enum_daysOfWeek
|
|
32
32
|
} from "./chunk-K6S7R6LU.mjs";
|
|
@@ -140,7 +140,7 @@ function MyActionIcon(_a) {
|
|
|
140
140
|
color: config3.color,
|
|
141
141
|
type: config3.type
|
|
142
142
|
}, rest), {
|
|
143
|
-
children: config3.children
|
|
143
|
+
children: children || config3.children
|
|
144
144
|
})
|
|
145
145
|
);
|
|
146
146
|
}
|
|
@@ -70,12 +70,12 @@ import {
|
|
|
70
70
|
useHeaderMegaMenuStore,
|
|
71
71
|
useS_ButtonImport,
|
|
72
72
|
useStore_BasicAppShell
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-5KOVHDOV.mjs";
|
|
74
74
|
import "../chunk-SUH3FFFV.mjs";
|
|
75
75
|
import "../chunk-2B2FKBKX.mjs";
|
|
76
76
|
import "../chunk-O7YCQQO5.mjs";
|
|
77
77
|
import "../chunk-QSWIVDXC.mjs";
|
|
78
|
-
import "../chunk-
|
|
78
|
+
import "../chunk-KAC7JMQB.mjs";
|
|
79
79
|
import "../chunk-K6S7R6LU.mjs";
|
|
80
80
|
import "../chunk-NSBIYOKX.mjs";
|
|
81
81
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.d.mts
CHANGED
|
@@ -47,7 +47,7 @@ interface CoreButtonCreateUpdateProps<IReq, IRes> {
|
|
|
47
47
|
resetFormWhenSubmit?: boolean;
|
|
48
48
|
disclosure?: ReturnType<typeof useDisclosure>;
|
|
49
49
|
children?: ReactNode;
|
|
50
|
-
toolTipProps?: Omit<TooltipProps, "children"
|
|
50
|
+
toolTipProps?: Partial<Omit<TooltipProps, "children">>;
|
|
51
51
|
useMyReactMutationProps?: Omit<MyReactMutationProps<Promise<AxiosResponse<MyApiResponse<IRes>, any>>, IRes>, "axiosFn">;
|
|
52
52
|
}
|
|
53
53
|
declare function MyButtonCreateUpdate<IReq, IRes>({ modalProps, actionIconProps, toolTipProps, buttonProps, submitButtonProps, form, onSubmit, onSuccess, onError, ignoreDefaultOnError, ignoreDefaultOnSuccess, closeModalWhenSubmit, resetFormWhenSubmit, children, disclosure: externalDisclosure, isUpdate, scrollAreaAutosizeProps, useMyReactMutationProps }: CoreButtonCreateUpdateProps<IReq, IRes>): react_jsx_runtime.JSX.Element;
|
package/dist/core/index.mjs
CHANGED
|
@@ -27,12 +27,12 @@ import {
|
|
|
27
27
|
MyTextInput2 as MyTextInput,
|
|
28
28
|
MyThemeIconSquareCheck,
|
|
29
29
|
MyWeeklySessionSchedulerPicker
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-5KOVHDOV.mjs";
|
|
31
31
|
import "../chunk-SUH3FFFV.mjs";
|
|
32
32
|
import "../chunk-2B2FKBKX.mjs";
|
|
33
33
|
import "../chunk-O7YCQQO5.mjs";
|
|
34
34
|
import "../chunk-QSWIVDXC.mjs";
|
|
35
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-KAC7JMQB.mjs";
|
|
36
36
|
import "../chunk-K6S7R6LU.mjs";
|
|
37
37
|
import "../chunk-NSBIYOKX.mjs";
|
|
38
38
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-5KOVHDOV.mjs";
|
|
4
4
|
import "../chunk-SUH3FFFV.mjs";
|
|
5
5
|
import "../chunk-2B2FKBKX.mjs";
|
|
6
6
|
import "../chunk-O7YCQQO5.mjs";
|
|
7
7
|
import "../chunk-QSWIVDXC.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-KAC7JMQB.mjs";
|
|
9
9
|
import "../chunk-K6S7R6LU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useMyReactMutation
|
|
@@ -112,12 +112,12 @@ import {
|
|
|
112
112
|
MailTemplateDeleteButton,
|
|
113
113
|
useS_moduleConfig,
|
|
114
114
|
useStore_Authenticate
|
|
115
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-5KOVHDOV.mjs";
|
|
116
116
|
import "../chunk-SUH3FFFV.mjs";
|
|
117
117
|
import "../chunk-2B2FKBKX.mjs";
|
|
118
118
|
import "../chunk-O7YCQQO5.mjs";
|
|
119
119
|
import "../chunk-QSWIVDXC.mjs";
|
|
120
|
-
import "../chunk-
|
|
120
|
+
import "../chunk-KAC7JMQB.mjs";
|
|
121
121
|
import "../chunk-K6S7R6LU.mjs";
|
|
122
122
|
import "../chunk-NSBIYOKX.mjs";
|
|
123
123
|
import "../chunk-WZ6PXGGC.mjs";
|
package/package.json
CHANGED