aq-fe-framework 0.1.321 → 0.1.322
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/modules-features/index.mjs +19 -19
- package/package.json +1 -1
@@ -41,6 +41,9 @@ import "../chunk-5U2JSHSJ.mjs";
|
|
41
41
|
import {
|
42
42
|
const_object_documentTypes
|
43
43
|
} from "../chunk-BZMQOGL6.mjs";
|
44
|
+
import {
|
45
|
+
enum_emailConfigModule
|
46
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
44
47
|
import {
|
45
48
|
MyButton as MyButton2,
|
46
49
|
MyDataTableSelectOne,
|
@@ -54,9 +57,6 @@ import {
|
|
54
57
|
import {
|
55
58
|
const_object_colors
|
56
59
|
} from "../chunk-NWBLJ3W3.mjs";
|
57
|
-
import {
|
58
|
-
enum_emailConfigModule
|
59
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
60
60
|
import "../chunk-K6S7R6LU.mjs";
|
61
61
|
import {
|
62
62
|
baseAxios_default,
|
@@ -4071,24 +4071,18 @@ function F_organizationPolicyDocs({ RegulationsTypeId }) {
|
|
4071
4071
|
] });
|
4072
4072
|
}
|
4073
4073
|
|
4074
|
-
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
|
4075
|
-
import { Group as Group4 } from "@mantine/core";
|
4076
|
-
import { useMemo as useMemo16 } from "react";
|
4077
|
-
|
4078
4074
|
// src/api/services/service_pageContent.ts
|
4079
4075
|
var CONTROLLER4 = "/eva/PageContent";
|
4080
4076
|
var service_pageContent = __spreadValues({}, createBaseApi(CONTROLLER4, baseAxios_default));
|
4081
4077
|
|
4082
|
-
// src/modules-features/admin/core/pageContentConfig/
|
4078
|
+
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
|
4079
|
+
import { Group as Group4 } from "@mantine/core";
|
4080
|
+
import { useMemo as useMemo16 } from "react";
|
4081
|
+
|
4082
|
+
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_DeleteDescription.tsx
|
4083
4083
|
import { jsx as jsx72 } from "react/jsx-runtime";
|
4084
|
-
function
|
4085
|
-
|
4086
|
-
axiosFn: () => {
|
4087
|
-
console.log("value");
|
4088
|
-
return service_pageContent.updateList([{ id: 1 }]);
|
4089
|
-
}
|
4090
|
-
});
|
4091
|
-
return /* @__PURE__ */ jsx72(MyButton2, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
|
4084
|
+
function F_pageContentConfig_DeleteDescription() {
|
4085
|
+
return /* @__PURE__ */ jsx72(MyButton2, { actionType: "delete" });
|
4092
4086
|
}
|
4093
4087
|
|
4094
4088
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Export.tsx
|
@@ -4097,10 +4091,16 @@ function F_pageContentConfig_Export() {
|
|
4097
4091
|
return /* @__PURE__ */ jsx73(MyButton2, { actionType: "export" });
|
4098
4092
|
}
|
4099
4093
|
|
4100
|
-
// src/modules-features/admin/core/pageContentConfig/
|
4094
|
+
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Save.tsx
|
4101
4095
|
import { jsx as jsx74 } from "react/jsx-runtime";
|
4102
|
-
function
|
4103
|
-
|
4096
|
+
function F_pageContentConfig_Save({ menuValues }) {
|
4097
|
+
const updatePageConfigMutation = useMyReactMutation({
|
4098
|
+
axiosFn: () => {
|
4099
|
+
console.log("value");
|
4100
|
+
return service_pageContent.updateList([{ id: 1 }]);
|
4101
|
+
}
|
4102
|
+
});
|
4103
|
+
return /* @__PURE__ */ jsx74(MyButton2, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
|
4104
4104
|
}
|
4105
4105
|
|
4106
4106
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
|