aq-fe-framework 0.1.294 → 0.1.296
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.
@@ -230,7 +230,7 @@ function MyActionIconCheck(_a) {
|
|
230
230
|
] });
|
231
231
|
}
|
232
232
|
|
233
|
-
// src/components/
|
233
|
+
// src/components/Button/Button/MyButton.tsx
|
234
234
|
import { Button as Button2 } from "@mantine/core";
|
235
235
|
import { IconDeviceFloppy as IconDeviceFloppy2, IconEdit as IconEdit2, IconFileExport, IconFileImport, IconPlus as IconPlus2, IconPrinter, IconTrash as IconTrash2, IconX } from "@tabler/icons-react";
|
236
236
|
import { jsx as jsx8 } from "react/jsx-runtime";
|
@@ -759,7 +759,7 @@ function MyAppSpotlight({ menu }) {
|
|
759
759
|
] });
|
760
760
|
}
|
761
761
|
|
762
|
-
// src/components/
|
762
|
+
// src/components/Button/CoreActionIcon.tsx
|
763
763
|
import { ActionIcon as ActionIcon8 } from "@mantine/core";
|
764
764
|
import {
|
765
765
|
IconDeviceFloppy as IconDeviceFloppy3,
|
@@ -833,7 +833,7 @@ function CoreActionIcon(_a) {
|
|
833
833
|
);
|
834
834
|
}
|
835
835
|
|
836
|
-
// src/components/
|
836
|
+
// src/components/Button/CoreButton.tsx
|
837
837
|
import { Button as Button4 } from "@mantine/core";
|
838
838
|
import {
|
839
839
|
IconDeviceFloppy as IconDeviceFloppy4,
|
@@ -921,36 +921,13 @@ function CoreButton(_a) {
|
|
921
921
|
);
|
922
922
|
}
|
923
923
|
|
924
|
-
// src/components/
|
925
|
-
import { Button as Button5, Modal as Modal4 } from "@mantine/core";
|
926
|
-
import { Fragment as Fragment5, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
927
|
-
function CoreButtonModal({
|
928
|
-
disclosure,
|
929
|
-
children,
|
930
|
-
buttonProps,
|
931
|
-
modalProps
|
932
|
-
}) {
|
933
|
-
return /* @__PURE__ */ jsxs8(Fragment5, { children: [
|
934
|
-
/* @__PURE__ */ jsx19(Button5, __spreadValues({ onClick: disclosure == null ? void 0 : disclosure[1].open, color: "indigo" }, buttonProps)),
|
935
|
-
/* @__PURE__ */ jsx19(
|
936
|
-
Modal4,
|
937
|
-
__spreadProps(__spreadValues({
|
938
|
-
opened: disclosure == null ? void 0 : disclosure[0],
|
939
|
-
onClose: disclosure[1].close
|
940
|
-
}, modalProps), {
|
941
|
-
children: /* @__PURE__ */ jsx19(MyFlexColumn, { children })
|
942
|
-
})
|
943
|
-
)
|
944
|
-
] });
|
945
|
-
}
|
946
|
-
|
947
|
-
// src/components/Buttons/MyButtonCreateUpdate.tsx
|
924
|
+
// src/components/Button/CoreButtonCreateUpdate.tsx
|
948
925
|
import { useDisclosure as useDisclosure5 } from "@mantine/hooks";
|
949
926
|
import { useQueryClient as useQueryClient3 } from "@tanstack/react-query";
|
950
|
-
import { ActionIcon as ActionIcon9, Button as
|
927
|
+
import { ActionIcon as ActionIcon9, Button as Button5, Modal as Modal4 } from "@mantine/core";
|
951
928
|
import { IconEdit as IconEdit6, IconPlus as IconPlus6 } from "@tabler/icons-react";
|
952
|
-
import { Fragment as
|
953
|
-
function
|
929
|
+
import { Fragment as Fragment5, jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
|
930
|
+
function CoreButtonCreateUpdate({
|
954
931
|
modalProps,
|
955
932
|
actionIconProps,
|
956
933
|
buttonProps,
|
@@ -987,43 +964,66 @@ function MyButtonCreateUpdate({
|
|
987
964
|
}
|
988
965
|
})
|
989
966
|
});
|
990
|
-
return /* @__PURE__ */
|
991
|
-
isUpdate ? /* @__PURE__ */
|
967
|
+
return /* @__PURE__ */ jsxs8(Fragment5, { children: [
|
968
|
+
isUpdate ? /* @__PURE__ */ jsx19(
|
992
969
|
ActionIcon9,
|
993
970
|
__spreadProps(__spreadValues({
|
994
971
|
color: "yellow",
|
995
972
|
onClick: disclosure[1].open
|
996
973
|
}, actionIconProps), {
|
997
|
-
children: /* @__PURE__ */
|
974
|
+
children: /* @__PURE__ */ jsx19(IconEdit6, {})
|
998
975
|
})
|
999
|
-
) : /* @__PURE__ */
|
1000
|
-
|
976
|
+
) : /* @__PURE__ */ jsx19(
|
977
|
+
Button5,
|
1001
978
|
__spreadProps(__spreadValues({
|
1002
979
|
onClick: disclosure[1].open,
|
1003
|
-
leftSection: /* @__PURE__ */
|
980
|
+
leftSection: /* @__PURE__ */ jsx19(IconPlus6, {})
|
1004
981
|
}, buttonProps), {
|
1005
982
|
children: "Th\xEAm"
|
1006
983
|
})
|
1007
984
|
),
|
1008
|
-
/* @__PURE__ */
|
1009
|
-
|
985
|
+
/* @__PURE__ */ jsx19(
|
986
|
+
Modal4,
|
1010
987
|
__spreadProps(__spreadValues({
|
1011
988
|
title: isUpdate ? "S\u1EEDa d\u1EEF li\u1EC7u" : "Th\xEAm d\u1EEF li\u1EC7u",
|
1012
989
|
opened: disclosure[0],
|
1013
990
|
onClose: disclosure[1].close
|
1014
991
|
}, modalProps), {
|
1015
|
-
children: /* @__PURE__ */
|
992
|
+
children: /* @__PURE__ */ jsx19("form", { onSubmit: form.onSubmit((values) => {
|
1016
993
|
mutation.mutate(values);
|
1017
|
-
}), children: /* @__PURE__ */
|
994
|
+
}), children: /* @__PURE__ */ jsxs8(MyFlexColumn, { children: [
|
1018
995
|
children,
|
1019
|
-
/* @__PURE__ */
|
996
|
+
/* @__PURE__ */ jsx19(CoreButton, { actionType: "create" })
|
1020
997
|
] }) })
|
1021
998
|
})
|
1022
999
|
)
|
1023
1000
|
] });
|
1024
1001
|
}
|
1025
1002
|
|
1026
|
-
// src/components/
|
1003
|
+
// src/components/Button/CoreButtonModal.tsx
|
1004
|
+
import { Button as Button6, Modal as Modal5 } from "@mantine/core";
|
1005
|
+
import { Fragment as Fragment6, jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
|
1006
|
+
function CoreButtonModal({
|
1007
|
+
disclosure,
|
1008
|
+
children,
|
1009
|
+
buttonProps,
|
1010
|
+
modalProps
|
1011
|
+
}) {
|
1012
|
+
return /* @__PURE__ */ jsxs9(Fragment6, { children: [
|
1013
|
+
/* @__PURE__ */ jsx20(Button6, __spreadValues({ onClick: disclosure == null ? void 0 : disclosure[1].open, color: "indigo" }, buttonProps)),
|
1014
|
+
/* @__PURE__ */ jsx20(
|
1015
|
+
Modal5,
|
1016
|
+
__spreadProps(__spreadValues({
|
1017
|
+
opened: disclosure == null ? void 0 : disclosure[0],
|
1018
|
+
onClose: disclosure[1].close
|
1019
|
+
}, modalProps), {
|
1020
|
+
children: /* @__PURE__ */ jsx20(MyFlexColumn, { children })
|
1021
|
+
})
|
1022
|
+
)
|
1023
|
+
] });
|
1024
|
+
}
|
1025
|
+
|
1026
|
+
// src/components/Button/Anchor/MyAnchorViewPDF.tsx
|
1027
1027
|
import { ActionIcon as ActionIcon10, Anchor, Group as Group4, Modal as Modal6, Paper as Paper2, Text as Text5 } from "@mantine/core";
|
1028
1028
|
import { useDisclosure as useDisclosure6 } from "@mantine/hooks";
|
1029
1029
|
import { IconMaximize as IconMaximize2, IconMinimize as IconMinimize2 } from "@tabler/icons-react";
|
@@ -1070,14 +1070,14 @@ function MyAnchorViewPDF({ label, pdfLink }) {
|
|
1070
1070
|
] });
|
1071
1071
|
}
|
1072
1072
|
|
1073
|
-
// src/components/
|
1073
|
+
// src/components/Button/ButtonCRUD/AQButtonCreateByImportFile.tsx
|
1074
1074
|
import { FileInput } from "@mantine/core";
|
1075
1075
|
import { useDisclosure as useDisclosure7 } from "@mantine/hooks";
|
1076
1076
|
import { IconFileTypeXls } from "@tabler/icons-react";
|
1077
1077
|
import { useMutation, useQueryClient as useQueryClient4 } from "@tanstack/react-query";
|
1078
1078
|
import * as XLSX from "xlsx";
|
1079
1079
|
|
1080
|
-
// src/components/
|
1080
|
+
// src/components/Button/ButtonModal/MyButtonModal.tsx
|
1081
1081
|
import { Button as Button7, Modal as Modal7 } from "@mantine/core";
|
1082
1082
|
import { IconEdit as IconEdit7, IconPlus as IconPlus7, IconTrash as IconTrash6 } from "@tabler/icons-react";
|
1083
1083
|
import { Fragment as Fragment8, jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
|
@@ -1184,7 +1184,7 @@ function MyButtonModal(_a) {
|
|
1184
1184
|
}
|
1185
1185
|
}
|
1186
1186
|
|
1187
|
-
// src/components/
|
1187
|
+
// src/components/Button/ButtonCRUD/AQButtonCreateByImportFile.tsx
|
1188
1188
|
import { jsx as jsx23, jsxs as jsxs12 } from "react/jsx-runtime";
|
1189
1189
|
function AQButtonCreateByImportFile(_a) {
|
1190
1190
|
var _b = _a, {
|
@@ -1252,7 +1252,7 @@ function AQButtonCreateByImportFile(_a) {
|
|
1252
1252
|
] }) }) }));
|
1253
1253
|
}
|
1254
1254
|
|
1255
|
-
// src/components/
|
1255
|
+
// src/components/Button/ButtonCRUD/AQButtonExportData.tsx
|
1256
1256
|
import { Button as Button8 } from "@mantine/core";
|
1257
1257
|
import { IconDownload as IconDownload2 } from "@tabler/icons-react";
|
1258
1258
|
import * as XLSX2 from "xlsx";
|
@@ -1298,7 +1298,7 @@ function AQButtonExportData({
|
|
1298
1298
|
);
|
1299
1299
|
}
|
1300
1300
|
|
1301
|
-
// src/components/
|
1301
|
+
// src/components/Button/ButtonCRUD/MyButtonCreate.tsx
|
1302
1302
|
import { useDisclosure as useDisclosure8 } from "@mantine/hooks";
|
1303
1303
|
import { useQueryClient as useQueryClient5 } from "@tanstack/react-query";
|
1304
1304
|
import { jsx as jsx25, jsxs as jsxs13 } from "react/jsx-runtime";
|
@@ -1373,7 +1373,7 @@ function MyButtonCreate(_a) {
|
|
1373
1373
|
] }) }) }));
|
1374
1374
|
}
|
1375
1375
|
|
1376
|
-
// src/components/
|
1376
|
+
// src/components/Button/ButtonCRUD/MyButtonDeleteList.tsx
|
1377
1377
|
import { Group as Group5, Highlight as Highlight2 } from "@mantine/core";
|
1378
1378
|
import { useDisclosure as useDisclosure9 } from "@mantine/hooks";
|
1379
1379
|
import { useMutation as useMutation2, useQueryClient as useQueryClient6 } from "@tanstack/react-query";
|
@@ -1460,7 +1460,7 @@ function MyButtonDeleteList(_a) {
|
|
1460
1460
|
);
|
1461
1461
|
}
|
1462
1462
|
|
1463
|
-
// src/components/
|
1463
|
+
// src/components/Button/ButtonImport/MyButtonImport.tsx
|
1464
1464
|
import { Button as Button12, Modal as Modal10, useModalsStack as useModalsStack3 } from "@mantine/core";
|
1465
1465
|
import { IconFileImport as IconFileImport4 } from "@tabler/icons-react";
|
1466
1466
|
|
@@ -1480,11 +1480,11 @@ function MyFlexEnd(_a) {
|
|
1480
1480
|
return /* @__PURE__ */ jsx28(Group6, __spreadProps(__spreadValues({ justify: "end", mt: "md" }, rest), { children }));
|
1481
1481
|
}
|
1482
1482
|
|
1483
|
-
// src/components/
|
1483
|
+
// src/components/Button/ButtonImport/SelectFieldModal.tsx
|
1484
1484
|
import { Button as Button9, Divider, Fieldset, Group as Group7, Modal as Modal8, SimpleGrid, Space as Space2, Table } from "@mantine/core";
|
1485
1485
|
import { IconArrowBackUp, IconArrowBigLeft, IconArrowBigRight, IconSquareRoundedX } from "@tabler/icons-react";
|
1486
1486
|
|
1487
|
-
// src/components/
|
1487
|
+
// src/components/Button/ButtonImport/useS_ButtonImport.ts
|
1488
1488
|
import { useEffect as useEffect4, useMemo as useMemo2 } from "react";
|
1489
1489
|
import * as XLSX3 from "xlsx";
|
1490
1490
|
var useStore = createGenericStore({
|
@@ -1634,7 +1634,7 @@ function useS_ButtonImport() {
|
|
1634
1634
|
});
|
1635
1635
|
}
|
1636
1636
|
|
1637
|
-
// src/components/
|
1637
|
+
// src/components/Button/ButtonImport/SelectFieldModal.tsx
|
1638
1638
|
import { jsx as jsx29, jsxs as jsxs15 } from "react/jsx-runtime";
|
1639
1639
|
function SelectFieldModal({ stack, onImport }) {
|
1640
1640
|
var _a, _b;
|
@@ -1878,7 +1878,7 @@ function MyDataTable(_a) {
|
|
1878
1878
|
return /* @__PURE__ */ jsx30("main", { style: { position: "relative", zIndex: 1 }, children: table.getState().isFullScreen ? /* @__PURE__ */ jsx30(Portal, { children: /* @__PURE__ */ jsx30(MantineReactTable, { table }) }) : /* @__PURE__ */ jsx30(MantineReactTable, { table }) });
|
1879
1879
|
}
|
1880
1880
|
|
1881
|
-
// src/components/
|
1881
|
+
// src/components/Button/ButtonImport/SelectFileModal.tsx
|
1882
1882
|
import { Button as Button11, Fieldset as Fieldset2, FileInput as FileInput2, Modal as Modal9, NumberInput, Select as Select2, SimpleGrid as SimpleGrid2 } from "@mantine/core";
|
1883
1883
|
import { IconArrowBigRight as IconArrowBigRight2, IconSquareRoundedX as IconSquareRoundedX2 } from "@tabler/icons-react";
|
1884
1884
|
import { jsx as jsx31, jsxs as jsxs17 } from "react/jsx-runtime";
|
@@ -1979,7 +1979,7 @@ function SelectFileModal({ onExportStructure, stack }) {
|
|
1979
1979
|
);
|
1980
1980
|
}
|
1981
1981
|
|
1982
|
-
// src/components/
|
1982
|
+
// src/components/Button/ButtonImport/MyButtonImport.tsx
|
1983
1983
|
import { Fragment as Fragment10, jsx as jsx32, jsxs as jsxs18 } from "react/jsx-runtime";
|
1984
1984
|
function MyButtonImport({
|
1985
1985
|
onExportStructure,
|
@@ -1996,7 +1996,7 @@ function MyButtonImport({
|
|
1996
1996
|
] });
|
1997
1997
|
}
|
1998
1998
|
|
1999
|
-
// src/components/
|
1999
|
+
// src/components/Button/ButtonModal/AQSelectTableByOpenModal.tsx
|
2000
2000
|
import { Button as Button13, Fieldset as Fieldset3, Modal as Modal11 } from "@mantine/core";
|
2001
2001
|
import { useDisclosure as useDisclosure10 } from "@mantine/hooks";
|
2002
2002
|
import { Fragment as Fragment11, jsx as jsx33, jsxs as jsxs19 } from "react/jsx-runtime";
|
@@ -2063,7 +2063,7 @@ function AQSelectTableByOpenModal(_a) {
|
|
2063
2063
|
] });
|
2064
2064
|
}
|
2065
2065
|
|
2066
|
-
// src/components/
|
2066
|
+
// src/components/Button/ButtonPrintPDF/MyButtonPrintPDF.tsx
|
2067
2067
|
import { useRef as useRef2 } from "react";
|
2068
2068
|
import { Button as Button14 } from "@mantine/core";
|
2069
2069
|
import { IconPrinter as IconPrinter4 } from "@tabler/icons-react";
|
@@ -2110,7 +2110,7 @@ function MyHtmlWrapper(_a) {
|
|
2110
2110
|
) })) });
|
2111
2111
|
}
|
2112
2112
|
|
2113
|
-
// src/components/
|
2113
|
+
// src/components/Button/ButtonPrintPDFTable/MyButtonPrintTablePDF.tsx
|
2114
2114
|
import { Box, Table as Table2 } from "@mantine/core";
|
2115
2115
|
import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
|
2116
2116
|
function MyButtonPrintTablePDF(_a) {
|
@@ -2231,7 +2231,7 @@ function MyButtonPrintTablePDF(_a) {
|
|
2231
2231
|
);
|
2232
2232
|
}
|
2233
2233
|
|
2234
|
-
// src/components/
|
2234
|
+
// src/components/Button/ButtonRouterBack/MyButtonRouterBack.tsx
|
2235
2235
|
import { ActionIcon as ActionIcon11 } from "@mantine/core";
|
2236
2236
|
import { IconArrowBack } from "@tabler/icons-react";
|
2237
2237
|
import { useRouter as useRouter2 } from "next/navigation";
|
@@ -2257,7 +2257,7 @@ function MyButtonRouterBack(_a) {
|
|
2257
2257
|
);
|
2258
2258
|
}
|
2259
2259
|
|
2260
|
-
// src/components/
|
2260
|
+
// src/components/Button/ButtonViewPDF/MyButtonViewPDF.tsx
|
2261
2261
|
import {
|
2262
2262
|
ActionIcon as ActionIcon12,
|
2263
2263
|
Button as Button15,
|
@@ -8317,8 +8317,8 @@ export {
|
|
8317
8317
|
MyAppSpotlight,
|
8318
8318
|
CoreActionIcon,
|
8319
8319
|
CoreButton,
|
8320
|
+
CoreButtonCreateUpdate,
|
8320
8321
|
CoreButtonModal,
|
8321
|
-
MyButtonCreateUpdate,
|
8322
8322
|
MyAnchorViewPDF,
|
8323
8323
|
MyButtonModal,
|
8324
8324
|
AQButtonCreateByImportFile,
|
@@ -104,14 +104,6 @@ interface CoreButtonProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElem
|
|
104
104
|
}
|
105
105
|
declare function CoreButton({ children, actionType, ...rest }: CoreButtonProps): react_jsx_runtime.JSX.Element;
|
106
106
|
|
107
|
-
interface CoreButtonModalProps {
|
108
|
-
children?: ReactNode;
|
109
|
-
disclosure: ReturnType<typeof useDisclosure>;
|
110
|
-
buttonProps?: ButtonProps;
|
111
|
-
modalProps?: ModalProps;
|
112
|
-
}
|
113
|
-
declare function CoreButtonModal({ disclosure, children, buttonProps, modalProps, }: CoreButtonModalProps): react_jsx_runtime.JSX.Element;
|
114
|
-
|
115
107
|
interface CoreButtonCreateUpdateProps<IReq, IRes> {
|
116
108
|
modalProps?: ModalProps;
|
117
109
|
actionIconProps?: ActionIconProps;
|
@@ -126,7 +118,15 @@ interface CoreButtonCreateUpdateProps<IReq, IRes> {
|
|
126
118
|
disclosure?: ReturnType<typeof useDisclosure>;
|
127
119
|
children?: ReactNode;
|
128
120
|
}
|
129
|
-
declare function
|
121
|
+
declare function CoreButtonCreateUpdate<IReq, IRes>({ modalProps, actionIconProps, buttonProps, form, onSubmit, onSuccess, onError, closeModalWhenSubmit, resetFormWhenSubmit, children, disclosure: externalDisclosure, isUpdate, }: CoreButtonCreateUpdateProps<IReq, IRes>): react_jsx_runtime.JSX.Element;
|
122
|
+
|
123
|
+
interface CoreButtonModalProps {
|
124
|
+
children?: ReactNode;
|
125
|
+
disclosure: ReturnType<typeof useDisclosure>;
|
126
|
+
buttonProps?: ButtonProps;
|
127
|
+
modalProps?: ModalProps;
|
128
|
+
}
|
129
|
+
declare function CoreButtonModal({ disclosure, children, buttonProps, modalProps, }: CoreButtonModalProps): react_jsx_runtime.JSX.Element;
|
130
130
|
|
131
131
|
declare function MyAnchorViewPDF({ label, pdfLink }: {
|
132
132
|
label: string;
|
@@ -584,4 +584,4 @@ interface IMySkeletonTable extends SkeletonProps {
|
|
584
584
|
}
|
585
585
|
declare function MySkeletonTable({ h }: IMySkeletonTable): react_jsx_runtime.JSX.Element;
|
586
586
|
|
587
|
-
export { AQButtonCreateByImportFile, AQButtonExportData, AQCard, AQSelectTableByOpenModal, AQStatCard1, Boxes, CoreActionIcon, CoreButton, CoreButtonModal, FaviconSetter, HeaderMegaMenu, type IAQCardProps, type IMyTextEditor, type IWeeklySession, I_BasicAppShell_LinkItem, MyActionIcon, MyActionIconCheck, MyActionIconDelete, MyActionIconDownloadPDF, MyActionIconModal, MyActionIconUpdate, MyActionIconUpload, MyActionIconViewPDF, MyAnchorViewPDF, MyAppSpotlight, MyBoxesBackground, MyBoxesCore, MyButton, MyButtonCreate,
|
587
|
+
export { AQButtonCreateByImportFile, AQButtonExportData, AQCard, AQSelectTableByOpenModal, AQStatCard1, Boxes, CoreActionIcon, CoreButton, CoreButtonCreateUpdate, CoreButtonModal, FaviconSetter, HeaderMegaMenu, type IAQCardProps, type IMyTextEditor, type IWeeklySession, I_BasicAppShell_LinkItem, MyActionIcon, MyActionIconCheck, MyActionIconDelete, MyActionIconDownloadPDF, MyActionIconModal, MyActionIconUpdate, MyActionIconUpload, MyActionIconViewPDF, MyAnchorViewPDF, MyAppSpotlight, MyBoxesBackground, MyBoxesCore, MyButton, MyButtonCreate, MyButtonDeleteList, MyButtonImport, MyButtonModal, MyButtonPrintPDF, MyButtonPrintTablePDF, MyButtonRouterBack, MyButtonViewPDF, MyCalendar, MyCardInformation, MyCardioLoader, MyCenterFull, MyCheckbox, MyContainer, MyDataTable, type MyDataTableInternalProps, type MyDataTableProps, MyDataTableSelect, MyDateInput, MyDayOfWeekPicker, MyFieldset, MyFileInput, MyFlexColumn, MyFlexEnd, MyFlexRow, MyHtmlWrapper, MyIconText, MyKeyLabel, MyNumberFormatter, MyNumberInput, MyPageContent, MyScheduleX, MySelect, MySelectAPIGet, MySkeletonTable, MySwitchTheme, MyTab, MyTextArea, MyTextEditor, MyTextInput, MyWeeklySessionSchedulerPicker, SelectFieldModal, SelectFileModal, type SelectFileModalProps, type WeeklySessionSchedulerProps, useHeaderMegaMenuStore, useS_BasicAppShell, useS_ButtonImport };
|
@@ -9,6 +9,7 @@ import {
|
|
9
9
|
Boxes,
|
10
10
|
CoreActionIcon,
|
11
11
|
CoreButton,
|
12
|
+
CoreButtonCreateUpdate,
|
12
13
|
CoreButtonModal,
|
13
14
|
FaviconSetter,
|
14
15
|
HeaderMegaMenu,
|
@@ -26,7 +27,6 @@ import {
|
|
26
27
|
MyBoxesCore,
|
27
28
|
MyButton,
|
28
29
|
MyButtonCreate,
|
29
|
-
MyButtonCreateUpdate,
|
30
30
|
MyButtonDeleteList,
|
31
31
|
MyButtonImport,
|
32
32
|
MyButtonModal,
|
@@ -72,7 +72,7 @@ import {
|
|
72
72
|
useS_BasicAppShell,
|
73
73
|
useS_ButtonImport,
|
74
74
|
utils_layout_getItemsWithoutLinks
|
75
|
-
} from "../chunk-
|
75
|
+
} from "../chunk-JFQAM2OG.mjs";
|
76
76
|
import "../chunk-NWBLJ3W3.mjs";
|
77
77
|
import "../chunk-K6S7R6LU.mjs";
|
78
78
|
import "../chunk-KKJ3OEEW.mjs";
|
@@ -91,6 +91,7 @@ export {
|
|
91
91
|
Boxes,
|
92
92
|
CoreActionIcon,
|
93
93
|
CoreButton,
|
94
|
+
CoreButtonCreateUpdate,
|
94
95
|
CoreButtonModal,
|
95
96
|
FaviconSetter,
|
96
97
|
HeaderMegaMenu,
|
@@ -108,7 +109,6 @@ export {
|
|
108
109
|
MyBoxesCore,
|
109
110
|
MyButton,
|
110
111
|
MyButtonCreate,
|
111
|
-
MyButtonCreateUpdate,
|
112
112
|
MyButtonDeleteList,
|
113
113
|
MyButtonImport,
|
114
114
|
MyButtonModal,
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import {
|
2
2
|
const_object_documentTypes
|
3
3
|
} from "../chunk-GFEMKKFH.mjs";
|
4
|
-
import {
|
5
|
-
enum_emailConfigModule
|
6
|
-
} from "../chunk-VH4ZAD6M.mjs";
|
7
4
|
import {
|
8
5
|
F_authenticate_Logout,
|
9
6
|
MyActionIconDelete,
|
@@ -30,10 +27,13 @@ import {
|
|
30
27
|
useS_BasicAppShell,
|
31
28
|
useS_authenticate,
|
32
29
|
utils_layout_getItemsWithoutLinks
|
33
|
-
} from "../chunk-
|
30
|
+
} from "../chunk-JFQAM2OG.mjs";
|
34
31
|
import {
|
35
32
|
const_object_colors
|
36
33
|
} from "../chunk-NWBLJ3W3.mjs";
|
34
|
+
import {
|
35
|
+
enum_emailConfigModule
|
36
|
+
} from "../chunk-VH4ZAD6M.mjs";
|
37
37
|
import "../chunk-K6S7R6LU.mjs";
|
38
38
|
import {
|
39
39
|
baseAxios_default,
|