aq-fe-framework 0.1.459 → 0.1.460
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/core/index.mjs
CHANGED
@@ -16,13 +16,13 @@ import {
|
|
16
16
|
MyStatsCard,
|
17
17
|
MyTextInput,
|
18
18
|
MyWeeklySessionSchedulerPicker
|
19
|
-
} from "../chunk-
|
19
|
+
} from "../chunk-GTZU2RDA.mjs";
|
20
20
|
import "../chunk-5A5AGS35.mjs";
|
21
21
|
import "../chunk-U62R2QKJ.mjs";
|
22
22
|
import "../chunk-5U2JSHSJ.mjs";
|
23
|
-
import "../chunk-K6S7R6LU.mjs";
|
24
23
|
import "../chunk-GFEMKKFH.mjs";
|
25
24
|
import "../chunk-OMJJAHOC.mjs";
|
25
|
+
import "../chunk-K6S7R6LU.mjs";
|
26
26
|
import "../chunk-KFSAV44B.mjs";
|
27
27
|
import "../chunk-7ZCOFATU.mjs";
|
28
28
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -670,7 +670,9 @@ declare function F_organizationPolicyDocs_Update({ values, RegulationsTypeId, }:
|
|
670
670
|
RegulationsTypeId: number;
|
671
671
|
}): react_jsx_runtime.JSX.Element;
|
672
672
|
|
673
|
-
declare function F_pageContentConfig(
|
673
|
+
declare function F_pageContentConfig({ menudataPrototype }: {
|
674
|
+
menudataPrototype?: I_BasicAppShell_LinkItem[];
|
675
|
+
}): react_jsx_runtime.JSX.Element;
|
674
676
|
|
675
677
|
declare function F_roleCatalog(): react_jsx_runtime.JSX.Element;
|
676
678
|
|
@@ -11,11 +11,14 @@ import {
|
|
11
11
|
import {
|
12
12
|
U0DateToDDMMYYYString
|
13
13
|
} from "../chunk-EWDS5IOF.mjs";
|
14
|
+
import {
|
15
|
+
enum_emailConfigModule
|
16
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
14
17
|
import {
|
15
18
|
MyButton as MyButton2,
|
16
19
|
MyDataTableSelectOne,
|
17
20
|
MyTextInput as MyTextInput2
|
18
|
-
} from "../chunk-
|
21
|
+
} from "../chunk-GTZU2RDA.mjs";
|
19
22
|
import {
|
20
23
|
F_authenticate_Logout,
|
21
24
|
MyActionIconDelete,
|
@@ -46,16 +49,13 @@ import {
|
|
46
49
|
createGenericStore
|
47
50
|
} from "../chunk-U62R2QKJ.mjs";
|
48
51
|
import "../chunk-5U2JSHSJ.mjs";
|
49
|
-
import {
|
50
|
-
enum_emailConfigModule
|
51
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
52
|
-
import "../chunk-K6S7R6LU.mjs";
|
53
52
|
import {
|
54
53
|
const_object_documentTypes
|
55
54
|
} from "../chunk-GFEMKKFH.mjs";
|
56
55
|
import {
|
57
56
|
const_object_colors
|
58
57
|
} from "../chunk-OMJJAHOC.mjs";
|
58
|
+
import "../chunk-K6S7R6LU.mjs";
|
59
59
|
import {
|
60
60
|
baseAxios_default,
|
61
61
|
createBaseApi,
|
@@ -4509,8 +4509,8 @@ function F_pageContentConfig_ReadMenu({ menudataPrototype }) {
|
|
4509
4509
|
|
4510
4510
|
// src/modules-features/admin/core/pageContentConfig/F_pageContentConfig.tsx
|
4511
4511
|
import { jsx as jsx86 } from "react/jsx-runtime";
|
4512
|
-
function F_pageContentConfig() {
|
4513
|
-
return /* @__PURE__ */ jsx86(F_pageContentConfig_ReadMenu, { menudataPrototype
|
4512
|
+
function F_pageContentConfig({ menudataPrototype }) {
|
4513
|
+
return /* @__PURE__ */ jsx86(F_pageContentConfig_ReadMenu, { menudataPrototype });
|
4514
4514
|
}
|
4515
4515
|
|
4516
4516
|
// src/modules-features/admin/core/roleCatalog/F_roleCatalog_Read.tsx
|
package/package.json
CHANGED
@@ -3,12 +3,12 @@ import {
|
|
3
3
|
MyFlexColumn,
|
4
4
|
MyFlexRow
|
5
5
|
} from "./chunk-5A5AGS35.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
|