aq-fe-framework 0.1.1072 → 0.1.1074
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-ASG265QW.mjs → chunk-2INPB2OV.mjs} +5 -5
- 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/modules-features/index.mjs +2 -2
- package/dist/shared/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-OHAOJE5F.mjs → chunk-C74M5VPE.mjs} +1 -1
|
@@ -28,14 +28,14 @@ import {
|
|
|
28
28
|
import {
|
|
29
29
|
createGenericStore
|
|
30
30
|
} from "./chunk-BTITP4TN.mjs";
|
|
31
|
+
import {
|
|
32
|
+
const_object_colors,
|
|
33
|
+
const_object_documentTypes
|
|
34
|
+
} from "./chunk-C74M5VPE.mjs";
|
|
31
35
|
import {
|
|
32
36
|
enumLabel_gender,
|
|
33
37
|
enum_daysOfWeek
|
|
34
38
|
} from "./chunk-J4WTZ3B4.mjs";
|
|
35
|
-
import {
|
|
36
|
-
const_object_colors,
|
|
37
|
-
const_object_documentTypes
|
|
38
|
-
} from "./chunk-OHAOJE5F.mjs";
|
|
39
39
|
import {
|
|
40
40
|
baseAxios_default,
|
|
41
41
|
createBaseApi,
|
|
@@ -18662,8 +18662,8 @@ function CustomDataTableAPI(_a) {
|
|
|
18662
18662
|
renderTopToolbarCustomActions: (props) => {
|
|
18663
18663
|
var _a2;
|
|
18664
18664
|
return /* @__PURE__ */ jsxs139(Group43, { children: [
|
|
18665
|
-
(_a2 = rest.renderTopToolbarCustomActions) == null ? void 0 : _a2.call(rest, props),
|
|
18666
18665
|
enableCreate !== false && buttonCreateUpdateProps && /* @__PURE__ */ jsx247(MyButtonCreateUpdate, __spreadProps(__spreadValues({}, buttonCreateUpdateProps), { children: renderCreateUpdateContent ? renderCreateUpdateContent(false) : buttonCreateUpdateProps.children })),
|
|
18666
|
+
(_a2 = rest.renderTopToolbarCustomActions) == null ? void 0 : _a2.call(rest, props),
|
|
18667
18667
|
deleteListFn && /* @__PURE__ */ jsx247(CustomButtonDeleteListAPI, { deleteListFn, table: props.table })
|
|
18668
18668
|
] });
|
|
18669
18669
|
},
|
|
@@ -69,14 +69,14 @@ import {
|
|
|
69
69
|
useHeaderMegaMenuStore,
|
|
70
70
|
useS_ButtonImport,
|
|
71
71
|
useStore_BasicAppShell
|
|
72
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-2INPB2OV.mjs";
|
|
73
73
|
import "../chunk-WW55EZ4B.mjs";
|
|
74
74
|
import "../chunk-KGBXMHKR.mjs";
|
|
75
75
|
import "../chunk-7ZI7IOEP.mjs";
|
|
76
76
|
import "../chunk-NYAWQRB7.mjs";
|
|
77
77
|
import "../chunk-BTITP4TN.mjs";
|
|
78
|
+
import "../chunk-C74M5VPE.mjs";
|
|
78
79
|
import "../chunk-J4WTZ3B4.mjs";
|
|
79
|
-
import "../chunk-OHAOJE5F.mjs";
|
|
80
80
|
import "../chunk-Z76CSZFI.mjs";
|
|
81
81
|
import "../chunk-WZ6PXGGC.mjs";
|
|
82
82
|
import "../chunk-JD6AELXS.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.d.mts
CHANGED
|
@@ -314,7 +314,7 @@ interface CustomDataTableAPIProps<TData extends MRT_RowData, IReq, IRes> extends
|
|
|
314
314
|
enableCreate?: boolean;
|
|
315
315
|
enableUpdate?: boolean;
|
|
316
316
|
}
|
|
317
|
-
declare function CustomDataTableAPI<TData extends MRT_RowData, IReq =
|
|
317
|
+
declare function CustomDataTableAPI<TData extends MRT_RowData, IReq = any, IRes = TData[]>({ deleteFn, deleteListFn, buttonCreateUpdateProps, reactQueryProps, renderCreateUpdateContent, getInitValues, enableCreate, enableUpdate, ...rest }: CustomDataTableAPIProps<TData, IReq, IRes>): react_jsx_runtime.JSX.Element;
|
|
318
318
|
|
|
319
319
|
interface CustomDeleteListAPIProps<TData extends MRT_RowData> extends Omit<MyButtonDeleteListProps, "onSubmit"> {
|
|
320
320
|
table: MRT_TableInstance<TData>;
|
package/dist/core/index.mjs
CHANGED
|
@@ -34,14 +34,14 @@ import {
|
|
|
34
34
|
MyStatsCard,
|
|
35
35
|
MyTextInput2 as MyTextInput,
|
|
36
36
|
MyWeeklySessionSchedulerPicker
|
|
37
|
-
} from "../chunk-
|
|
37
|
+
} from "../chunk-2INPB2OV.mjs";
|
|
38
38
|
import "../chunk-WW55EZ4B.mjs";
|
|
39
39
|
import "../chunk-KGBXMHKR.mjs";
|
|
40
40
|
import "../chunk-7ZI7IOEP.mjs";
|
|
41
41
|
import "../chunk-NYAWQRB7.mjs";
|
|
42
42
|
import "../chunk-BTITP4TN.mjs";
|
|
43
|
+
import "../chunk-C74M5VPE.mjs";
|
|
43
44
|
import "../chunk-J4WTZ3B4.mjs";
|
|
44
|
-
import "../chunk-OHAOJE5F.mjs";
|
|
45
45
|
import "../chunk-Z76CSZFI.mjs";
|
|
46
46
|
import "../chunk-WZ6PXGGC.mjs";
|
|
47
47
|
import "../chunk-JD6AELXS.mjs";
|
|
@@ -97,14 +97,14 @@ import {
|
|
|
97
97
|
MailTemplateDeleteButton,
|
|
98
98
|
useS_moduleConfig,
|
|
99
99
|
useStore_Authenticate
|
|
100
|
-
} from "../chunk-
|
|
100
|
+
} from "../chunk-2INPB2OV.mjs";
|
|
101
101
|
import "../chunk-WW55EZ4B.mjs";
|
|
102
102
|
import "../chunk-KGBXMHKR.mjs";
|
|
103
103
|
import "../chunk-7ZI7IOEP.mjs";
|
|
104
104
|
import "../chunk-NYAWQRB7.mjs";
|
|
105
105
|
import "../chunk-BTITP4TN.mjs";
|
|
106
|
+
import "../chunk-C74M5VPE.mjs";
|
|
106
107
|
import "../chunk-J4WTZ3B4.mjs";
|
|
107
|
-
import "../chunk-OHAOJE5F.mjs";
|
|
108
108
|
import "../chunk-Z76CSZFI.mjs";
|
|
109
109
|
import "../chunk-WZ6PXGGC.mjs";
|
|
110
110
|
import "../chunk-JD6AELXS.mjs";
|
package/dist/shared/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-NMY3UEY5.mjs";
|
|
2
2
|
import {
|
|
3
3
|
MySelect
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-2INPB2OV.mjs";
|
|
5
5
|
import "../chunk-WW55EZ4B.mjs";
|
|
6
6
|
import "../chunk-KGBXMHKR.mjs";
|
|
7
7
|
import {
|
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
} from "../chunk-7ZI7IOEP.mjs";
|
|
10
10
|
import "../chunk-NYAWQRB7.mjs";
|
|
11
11
|
import "../chunk-BTITP4TN.mjs";
|
|
12
|
+
import "../chunk-C74M5VPE.mjs";
|
|
12
13
|
import {
|
|
13
14
|
enumLabel_gender,
|
|
14
15
|
enum_gender
|
|
15
16
|
} from "../chunk-J4WTZ3B4.mjs";
|
|
16
|
-
import "../chunk-OHAOJE5F.mjs";
|
|
17
17
|
import "../chunk-Z76CSZFI.mjs";
|
|
18
18
|
import "../chunk-WZ6PXGGC.mjs";
|
|
19
19
|
import {
|
package/package.json
CHANGED