aq-fe-framework 0.1.798 → 0.1.799

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.
@@ -27,7 +27,7 @@ import {
27
27
  import {
28
28
  const_object_colors,
29
29
  const_object_documentTypes
30
- } from "./chunk-KAC7JMQB.mjs";
30
+ } from "./chunk-DC3L5XSB.mjs";
31
31
  import {
32
32
  enum_daysOfWeek
33
33
  } from "./chunk-K6S7R6LU.mjs";
@@ -1618,6 +1618,38 @@ function MyButtonViewFileAPI({ filePath }) {
1618
1618
  );
1619
1619
  }
1620
1620
 
1621
+ // src/core/dataDisplay/CustomThemeIconSquareCheck.tsx
1622
+ import { ThemeIcon } from "@mantine/core";
1623
+ import { IconSquare, IconSquareCheck } from "@tabler/icons-react";
1624
+ import { jsx as jsx30 } from "react/jsx-runtime";
1625
+ function CustomThemeIconSquareCheck({ checked }) {
1626
+ const styles = {
1627
+ width: "90%",
1628
+ height: "90%"
1629
+ };
1630
+ if (checked) return /* @__PURE__ */ jsx30(
1631
+ ThemeIcon,
1632
+ {
1633
+ variant: "light",
1634
+ color: "green",
1635
+ children: /* @__PURE__ */ jsx30(IconSquareCheck, { style: styles })
1636
+ }
1637
+ );
1638
+ return /* @__PURE__ */ jsx30(
1639
+ ThemeIcon,
1640
+ {
1641
+ variant: "light",
1642
+ color: "gray",
1643
+ children: /* @__PURE__ */ jsx30(
1644
+ IconSquare,
1645
+ {
1646
+ style: styles
1647
+ }
1648
+ )
1649
+ }
1650
+ );
1651
+ }
1652
+
1621
1653
  // src/components/DataDisplay/DataTable/MyDataTable.tsx
1622
1654
  import { Alert, Center as Center2, Group as Group5, Portal, Text as Text7 } from "@mantine/core";
1623
1655
  import { IconBug } from "@tabler/icons-react";
@@ -1627,7 +1659,7 @@ import {
1627
1659
  } from "mantine-react-table";
1628
1660
  import { MRT_Localization_VI } from "mantine-react-table/locales/vi/index.cjs";
1629
1661
  import { useEffect as useEffect4, useMemo as useMemo2 } from "react";
1630
- import { jsx as jsx30, jsxs as jsxs16 } from "react/jsx-runtime";
1662
+ import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
1631
1663
  function MyDataTable(_a) {
1632
1664
  var _b = _a, {
1633
1665
  rowActionSize,
@@ -1690,7 +1722,7 @@ function MyDataTable(_a) {
1690
1722
  positionActionsColumn: "last",
1691
1723
  enableColumnResizing: true,
1692
1724
  renderTopToolbarCustomActions: ({ table: table2 }) => {
1693
- return /* @__PURE__ */ jsx30(Group5, { children: renderTopToolbarCustomActions == null ? void 0 : renderTopToolbarCustomActions({ table: table2 }) });
1725
+ return /* @__PURE__ */ jsx31(Group5, { children: renderTopToolbarCustomActions == null ? void 0 : renderTopToolbarCustomActions({ table: table2 }) });
1694
1726
  },
1695
1727
  layoutMode: "semantic",
1696
1728
  displayColumnDefOptions: {
@@ -1718,9 +1750,9 @@ function MyDataTable(_a) {
1718
1750
  }
1719
1751
  },
1720
1752
  localization: MRT_Localization_VI,
1721
- renderEmptyRowsFallback: () => isError ? /* @__PURE__ */ jsx30(Alert, { icon: /* @__PURE__ */ jsx30(IconBug, {}), color: "red", title: "C\xF3 l\u1ED7i x\u1EA3y ra!", m: "md" }) : /* @__PURE__ */ jsxs16(Center2, { p: "md", children: [
1753
+ renderEmptyRowsFallback: () => isError ? /* @__PURE__ */ jsx31(Alert, { icon: /* @__PURE__ */ jsx31(IconBug, {}), color: "red", title: "C\xF3 l\u1ED7i x\u1EA3y ra!", m: "md" }) : /* @__PURE__ */ jsxs16(Center2, { p: "md", children: [
1722
1754
  " ",
1723
- /* @__PURE__ */ jsx30(Text7, { c: "gray", fw: "600", size: "15px", fs: "italic", children: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u!" })
1755
+ /* @__PURE__ */ jsx31(Text7, { c: "gray", fw: "600", size: "15px", fs: "italic", children: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u!" })
1724
1756
  ] }),
1725
1757
  mantineTableContainerProps: { style: { maxHeight: "65vh" } },
1726
1758
  enableStickyHeader: true
@@ -1749,12 +1781,12 @@ function MyDataTable(_a) {
1749
1781
  useEffect4(() => {
1750
1782
  setSelectedRow && setSelectedRow(table.getSelectedRowModel().rows.map((row) => row.original));
1751
1783
  }, [table.getState().rowSelection]);
1752
- 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 }) });
1784
+ return /* @__PURE__ */ jsx31("main", { style: { position: "relative", zIndex: 1 }, children: table.getState().isFullScreen ? /* @__PURE__ */ jsx31(Portal, { children: /* @__PURE__ */ jsx31(MantineReactTable, { table }) }) : /* @__PURE__ */ jsx31(MantineReactTable, { table }) });
1753
1785
  }
1754
1786
 
1755
1787
  // src/core/dataDisplay/MyDataTableSelectOne.tsx
1756
1788
  import { useEffect as useEffect5, useMemo as useMemo3 } from "react";
1757
- import { jsx as jsx31 } from "react/jsx-runtime";
1789
+ import { jsx as jsx32 } from "react/jsx-runtime";
1758
1790
  function MyDataTableSelectOne({
1759
1791
  columns,
1760
1792
  queryResult,
@@ -1766,7 +1798,7 @@ function MyDataTableSelectOne({
1766
1798
  if (!queryResult.data) return;
1767
1799
  setIdSelection(queryResult.data[0].id);
1768
1800
  }, [queryResult.data]);
1769
- return /* @__PURE__ */ jsx31(
1801
+ return /* @__PURE__ */ jsx32(
1770
1802
  MyDataTable,
1771
1803
  {
1772
1804
  columns: columnsState,
@@ -1792,16 +1824,16 @@ function MyDataTableSelectOne({
1792
1824
 
1793
1825
  // src/components/CenterFull/MyCenterFull.tsx
1794
1826
  import { Center as Center3, Group as Group6 } from "@mantine/core";
1795
- import { jsx as jsx32 } from "react/jsx-runtime";
1827
+ import { jsx as jsx33 } from "react/jsx-runtime";
1796
1828
  function MyCenterFull({ children }) {
1797
- return /* @__PURE__ */ jsx32(Center3, { w: "100%", children: /* @__PURE__ */ jsx32(Group6, { children }) });
1829
+ return /* @__PURE__ */ jsx33(Center3, { w: "100%", children: /* @__PURE__ */ jsx33(Group6, { children }) });
1798
1830
  }
1799
1831
 
1800
1832
  // src/core/dataDisplay/MyDataTableStagedChanges.tsx
1801
1833
  import { Group as Group7, Stack as Stack2 } from "@mantine/core";
1802
1834
  import { useDisclosure as useDisclosure10 } from "@mantine/hooks";
1803
1835
  import { useEffect as useEffect6, useState as useState7 } from "react";
1804
- import { jsx as jsx33, jsxs as jsxs17 } from "react/jsx-runtime";
1836
+ import { jsx as jsx34, jsxs as jsxs17 } from "react/jsx-runtime";
1805
1837
  function MyDataTableStagedChanges(_a) {
1806
1838
  var _b = _a, {
1807
1839
  data: data2,
@@ -1858,13 +1890,13 @@ function MyDataTableStagedChanges(_a) {
1858
1890
  rowSelectionState[1](initSelection);
1859
1891
  }
1860
1892
  }, [disc[0], data2, currentIds]);
1861
- return /* @__PURE__ */ jsx33(
1893
+ return /* @__PURE__ */ jsx34(
1862
1894
  MyDataTable,
1863
1895
  __spreadProps(__spreadValues({
1864
1896
  enableRowSelection: readOnly ? false : true,
1865
1897
  renderRowActions: ({ row }) => {
1866
1898
  if (readOnly) return;
1867
- return /* @__PURE__ */ jsx33(MyCenterFull, { children: /* @__PURE__ */ jsx33(
1899
+ return /* @__PURE__ */ jsx34(MyCenterFull, { children: /* @__PURE__ */ jsx34(
1868
1900
  MyActionIcon2,
1869
1901
  {
1870
1902
  actionType: "tempDelete",
@@ -1879,16 +1911,16 @@ function MyDataTableStagedChanges(_a) {
1879
1911
  var _a2;
1880
1912
  if (readOnly) return;
1881
1913
  return /* @__PURE__ */ jsxs17(Group7, { children: [
1882
- /* @__PURE__ */ jsx33(
1914
+ /* @__PURE__ */ jsx34(
1883
1915
  MyButtonModal2,
1884
1916
  {
1885
1917
  buttonProps: { actionType: "create", type: "button" },
1886
1918
  disclosure: disc,
1887
1919
  modalProps: { size: "xl", title: "Th\xEAm \u0111\u1ED1i t\u01B0\u1EE3ng" },
1888
- children: /* @__PURE__ */ jsx33(
1920
+ children: /* @__PURE__ */ jsx34(
1889
1921
  MyDataTable,
1890
1922
  {
1891
- renderTopToolbarCustomActions: () => /* @__PURE__ */ jsx33(Stack2, { children: /* @__PURE__ */ jsx33(MyButton2, { actionType: "select", onClick: handleSelect }) }),
1923
+ renderTopToolbarCustomActions: () => /* @__PURE__ */ jsx34(Stack2, { children: /* @__PURE__ */ jsx34(MyButton2, { actionType: "select", onClick: handleSelect }) }),
1892
1924
  enableRowSelection: true,
1893
1925
  columns: selectColumns || columns,
1894
1926
  data: data2,
@@ -1900,7 +1932,7 @@ function MyDataTableStagedChanges(_a) {
1900
1932
  )
1901
1933
  }
1902
1934
  ),
1903
- /* @__PURE__ */ jsx33(MyButton2, { actionType: "delete", onClick: () => {
1935
+ /* @__PURE__ */ jsx34(MyButton2, { actionType: "delete", onClick: () => {
1904
1936
  handleDelete(table.getSelectedRowModel().rows.map((item) => item.original.id));
1905
1937
  } }),
1906
1938
  (_a2 = rest.renderTopToolbarCustomActions) == null ? void 0 : _a2.call(rest, { table })
@@ -1912,30 +1944,30 @@ function MyDataTableStagedChanges(_a) {
1912
1944
 
1913
1945
  // src/core/dataDisplay/MyFlexIconTitle.tsx
1914
1946
  import { Flex as Flex3, Text as Text8 } from "@mantine/core";
1915
- import { jsx as jsx34, jsxs as jsxs18 } from "react/jsx-runtime";
1947
+ import { jsx as jsx35, jsxs as jsxs18 } from "react/jsx-runtime";
1916
1948
  function MyFlexIconTitle(props) {
1917
1949
  return /* @__PURE__ */ jsxs18(Flex3, __spreadProps(__spreadValues({ direction: "row", align: "center", gap: "xs" }, props), { children: [
1918
1950
  props.icon,
1919
- /* @__PURE__ */ jsx34(Text8, __spreadProps(__spreadValues({ size: "lg", fw: 700 }, props.textProps), { children: props == null ? void 0 : props.children }))
1951
+ /* @__PURE__ */ jsx35(Text8, __spreadProps(__spreadValues({ size: "lg", fw: 700 }, props.textProps), { children: props == null ? void 0 : props.children }))
1920
1952
  ] }));
1921
1953
  }
1922
1954
 
1923
1955
  // src/core/dataDisplay/MyInfoBox.tsx
1924
1956
  import { Group as Group8, Paper as Paper3, Stack as Stack3, Text as Text9 } from "@mantine/core";
1925
- import { jsx as jsx35, jsxs as jsxs19 } from "react/jsx-runtime";
1957
+ import { jsx as jsx36, jsxs as jsxs19 } from "react/jsx-runtime";
1926
1958
  function MyInfoBox({ title, data: data2, paperProps }) {
1927
- return /* @__PURE__ */ jsx35(Paper3, __spreadProps(__spreadValues({ withBorder: true, shadow: "xs", radius: "md", p: "md", bg: const_object_colors.mantineBackgroundBlueLight }, paperProps), { children: /* @__PURE__ */ jsxs19(Stack3, { children: [
1928
- title && /* @__PURE__ */ jsx35(Text9, { fw: 600, size: "sm", children: title }),
1959
+ return /* @__PURE__ */ jsx36(Paper3, __spreadProps(__spreadValues({ withBorder: true, shadow: "xs", radius: "md", p: "md", bg: const_object_colors.mantineBackgroundBlueLight }, paperProps), { children: /* @__PURE__ */ jsxs19(Stack3, { children: [
1960
+ title && /* @__PURE__ */ jsx36(Text9, { fw: 600, size: "sm", children: title }),
1929
1961
  data2.map((item, index) => /* @__PURE__ */ jsxs19(Group8, { justify: "space-between", children: [
1930
- /* @__PURE__ */ jsx35(Text9, { size: "sm", fw: 500, c: "dimmed", children: item.label }),
1931
- /* @__PURE__ */ jsx35(Text9, { size: "sm", fw: 500, children: item.value })
1962
+ /* @__PURE__ */ jsx36(Text9, { size: "sm", fw: 500, c: "dimmed", children: item.label }),
1963
+ /* @__PURE__ */ jsx36(Text9, { size: "sm", fw: 500, children: item.value })
1932
1964
  ] }, index))
1933
1965
  ] }) }));
1934
1966
  }
1935
1967
 
1936
1968
  // src/core/dataDisplay/MyLabelValueRow.tsx
1937
1969
  import { Group as Group9, Text as Text10 } from "@mantine/core";
1938
- import { jsx as jsx36, jsxs as jsxs20 } from "react/jsx-runtime";
1970
+ import { jsx as jsx37, jsxs as jsxs20 } from "react/jsx-runtime";
1939
1971
  function MyLabelValueRow({
1940
1972
  label,
1941
1973
  value,
@@ -1948,13 +1980,13 @@ function MyLabelValueRow({
1948
1980
  label,
1949
1981
  ":"
1950
1982
  ] })),
1951
- /* @__PURE__ */ jsx36(Text10, __spreadProps(__spreadValues({}, valueProps), { children: value }))
1983
+ /* @__PURE__ */ jsx37(Text10, __spreadProps(__spreadValues({}, valueProps), { children: value }))
1952
1984
  ] }));
1953
1985
  }
1954
1986
 
1955
1987
  // src/core/dataDisplay/MyStatsCartd.tsx
1956
- import { Box, Card, ThemeIcon } from "@mantine/core";
1957
- import { jsx as jsx37, jsxs as jsxs21 } from "react/jsx-runtime";
1988
+ import { Box, Card, ThemeIcon as ThemeIcon2 } from "@mantine/core";
1989
+ import { jsx as jsx38, jsxs as jsxs21 } from "react/jsx-runtime";
1958
1990
  function MyStatsCard({
1959
1991
  title,
1960
1992
  value,
@@ -1964,50 +1996,18 @@ function MyStatsCard({
1964
1996
  themeIconProps
1965
1997
  }) {
1966
1998
  return /* @__PURE__ */ jsxs21(Card, { children: [
1967
- /* @__PURE__ */ jsx37("div", { className: `absolute inset-0 bg-gradient-to-br ${color} opacity-5` }),
1968
- /* @__PURE__ */ jsx37(Box, { className: "p-6", children: /* @__PURE__ */ jsxs21("div", { className: "flex items-center justify-between", children: [
1999
+ /* @__PURE__ */ jsx38("div", { className: `absolute inset-0 bg-gradient-to-br ${color} opacity-5` }),
2000
+ /* @__PURE__ */ jsx38(Box, { className: "p-6", children: /* @__PURE__ */ jsxs21("div", { className: "flex items-center justify-between", children: [
1969
2001
  /* @__PURE__ */ jsxs21("div", { children: [
1970
- /* @__PURE__ */ jsx37("p", { className: "text-sm font-medium text-muted-foreground", children: title }),
1971
- /* @__PURE__ */ jsx37("p", { className: "text-3xl font-bold", children: value }),
1972
- /* @__PURE__ */ jsx37("p", { className: "text-xs text-muted-foreground mt-1", children: subtitle })
2002
+ /* @__PURE__ */ jsx38("p", { className: "text-sm font-medium text-muted-foreground", children: title }),
2003
+ /* @__PURE__ */ jsx38("p", { className: "text-3xl font-bold", children: value }),
2004
+ /* @__PURE__ */ jsx38("p", { className: "text-xs text-muted-foreground mt-1", children: subtitle })
1973
2005
  ] }),
1974
- /* @__PURE__ */ jsx37(ThemeIcon, __spreadProps(__spreadValues({ size: "xl", radius: "xl" }, themeIconProps), { children: icon }))
2006
+ /* @__PURE__ */ jsx38(ThemeIcon2, __spreadProps(__spreadValues({ size: "xl", radius: "xl" }, themeIconProps), { children: icon }))
1975
2007
  ] }) })
1976
2008
  ] });
1977
2009
  }
1978
2010
 
1979
- // src/core/dataDisplay/MyThemeIconSquareCheck.tsx
1980
- import { ThemeIcon as ThemeIcon2 } from "@mantine/core";
1981
- import { IconSquare, IconSquareCheck } from "@tabler/icons-react";
1982
- import { jsx as jsx38 } from "react/jsx-runtime";
1983
- function MyThemeIconSquareCheck({ checked }) {
1984
- const styles = {
1985
- width: "90%",
1986
- height: "90%"
1987
- };
1988
- if (checked) return /* @__PURE__ */ jsx38(
1989
- ThemeIcon2,
1990
- {
1991
- variant: "light",
1992
- color: "green",
1993
- children: /* @__PURE__ */ jsx38(IconSquareCheck, { style: styles })
1994
- }
1995
- );
1996
- return /* @__PURE__ */ jsx38(
1997
- ThemeIcon2,
1998
- {
1999
- variant: "light",
2000
- color: "gray",
2001
- children: /* @__PURE__ */ jsx38(
2002
- IconSquare,
2003
- {
2004
- style: styles
2005
- }
2006
- )
2007
- }
2008
- );
2009
- }
2010
-
2011
2011
  // src/core/input/CustomAutocomplete.tsx
2012
2012
  import { Autocomplete } from "@mantine/core";
2013
2013
  import { jsx as jsx39 } from "react/jsx-runtime";
@@ -18023,6 +18023,7 @@ export {
18023
18023
  MyButtonPrintPDF,
18024
18024
  MyButtonViewFile,
18025
18025
  MyButtonViewFileAPI,
18026
+ CustomThemeIconSquareCheck,
18026
18027
  MyDataTable,
18027
18028
  MyDataTableSelectOne,
18028
18029
  MyCenterFull,
@@ -18031,7 +18032,6 @@ export {
18031
18032
  MyInfoBox,
18032
18033
  MyLabelValueRow,
18033
18034
  MyStatsCard,
18034
- MyThemeIconSquareCheck,
18035
18035
  CustomAutocomplete,
18036
18036
  MyTextInput,
18037
18037
  CustomPhoneNumberInput,
@@ -70,17 +70,17 @@ import {
70
70
  useHeaderMegaMenuStore,
71
71
  useS_ButtonImport,
72
72
  useStore_BasicAppShell
73
- } from "../chunk-KJUKRHHK.mjs";
73
+ } from "../chunk-LPYYSWAK.mjs";
74
74
  import "../chunk-SUH3FFFV.mjs";
75
75
  import "../chunk-G5X44QA3.mjs";
76
76
  import "../chunk-7NNLZDND.mjs";
77
77
  import "../chunk-O7YCQQO5.mjs";
78
78
  import "../chunk-QSWIVDXC.mjs";
79
- import "../chunk-KAC7JMQB.mjs";
79
+ import "../chunk-DC3L5XSB.mjs";
80
80
  import "../chunk-K6S7R6LU.mjs";
81
81
  import "../chunk-NSBIYOKX.mjs";
82
- import "../chunk-WZ6PXGGC.mjs";
83
82
  import "../chunk-7ZCOFATU.mjs";
83
+ import "../chunk-WZ6PXGGC.mjs";
84
84
  import "../chunk-FWCSY2DS.mjs";
85
85
  export {
86
86
  AQButtonCreateByImportFile,
@@ -3,7 +3,7 @@ import {
3
3
  const_object_colors,
4
4
  const_object_documentTypes,
5
5
  const_object_generalMenuData
6
- } from "../chunk-KAC7JMQB.mjs";
6
+ } from "../chunk-DC3L5XSB.mjs";
7
7
  import "../chunk-FWCSY2DS.mjs";
8
8
  export {
9
9
  const_array_daysOfWeek,
@@ -104,6 +104,11 @@ declare function MyButtonViewFileAPI({ filePath }: {
104
104
  filePath?: string;
105
105
  }): react_jsx_runtime.JSX.Element;
106
106
 
107
+ interface CustomThemeIconSquareCheckProps {
108
+ checked?: boolean;
109
+ }
110
+ declare function CustomThemeIconSquareCheck({ checked }: CustomThemeIconSquareCheckProps): react_jsx_runtime.JSX.Element;
111
+
107
112
  declare function MyDataTableSelectOne<TData extends MRT_RowData>({ columns, queryResult, idSelection, setIdSelection }: {
108
113
  columns: MRT_ColumnDef<TData>[];
109
114
  queryResult: UseQueryResult<TData[], Error>;
@@ -161,11 +166,6 @@ declare function MyStatsCard({ title, value, subtitle, icon, color, themeIconPro
161
166
  themeIconProps?: ThemeIconProps;
162
167
  }): react_jsx_runtime.JSX.Element;
163
168
 
164
- interface MyThemeIconSquareCheckProps {
165
- checked?: boolean;
166
- }
167
- declare function MyThemeIconSquareCheck({ checked }: MyThemeIconSquareCheckProps): react_jsx_runtime.JSX.Element;
168
-
169
169
  interface CustomAutocompleteProps extends AutocompleteProps {
170
170
  label?: string;
171
171
  }
@@ -297,4 +297,4 @@ interface ValidationResult {
297
297
  rows?: RowDetail[];
298
298
  }
299
299
 
300
- export { CustomAutocomplete, CustomPhoneNumberInput, DroppablePlaceholder, type FieldDefinition, type IWeeklySession, type ModalImportId, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps, MyButtonViewFile, MyButtonViewFileAPI, MyDataTableSelectOne, MyDataTableStagedChanges, type MyDataTableStagedChangesProps, MyDayOfWeekPicker, MyFileInputPreview, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalImport, MyPrintContent, type MyPrintContentProps, MyRichTextEditor, MySelectFromAPI, type MySelectFromAPIProps, MySelectProps, MyStatsCard, MyTextInput, type MyTextInputProps, MyThemeIconSquareCheck, MyWeeklySessionSchedulerPicker, type RowDetail, type StagedChange, type ValidationResult, type WeeklySessionSchedulerProps };
300
+ export { CustomAutocomplete, CustomPhoneNumberInput, CustomThemeIconSquareCheck, DroppablePlaceholder, type FieldDefinition, type IWeeklySession, type ModalImportId, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps, MyButtonViewFile, MyButtonViewFileAPI, MyDataTableSelectOne, MyDataTableStagedChanges, type MyDataTableStagedChangesProps, MyDayOfWeekPicker, MyFileInputPreview, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalImport, MyPrintContent, type MyPrintContentProps, MyRichTextEditor, MySelectFromAPI, type MySelectFromAPIProps, MySelectProps, MyStatsCard, MyTextInput, type MyTextInputProps, MyWeeklySessionSchedulerPicker, type RowDetail, type StagedChange, type ValidationResult, type WeeklySessionSchedulerProps };
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  CustomAutocomplete,
3
3
  CustomPhoneNumberInput,
4
+ CustomThemeIconSquareCheck,
4
5
  DroppablePlaceholder,
5
6
  MyActionIcon,
6
7
  MyButton,
@@ -27,23 +28,23 @@ import {
27
28
  MySelectFromAPI,
28
29
  MyStatsCard,
29
30
  MyTextInput2 as MyTextInput,
30
- MyThemeIconSquareCheck,
31
31
  MyWeeklySessionSchedulerPicker
32
- } from "../chunk-KJUKRHHK.mjs";
32
+ } from "../chunk-LPYYSWAK.mjs";
33
33
  import "../chunk-SUH3FFFV.mjs";
34
34
  import "../chunk-G5X44QA3.mjs";
35
35
  import "../chunk-7NNLZDND.mjs";
36
36
  import "../chunk-O7YCQQO5.mjs";
37
37
  import "../chunk-QSWIVDXC.mjs";
38
- import "../chunk-KAC7JMQB.mjs";
38
+ import "../chunk-DC3L5XSB.mjs";
39
39
  import "../chunk-K6S7R6LU.mjs";
40
40
  import "../chunk-NSBIYOKX.mjs";
41
- import "../chunk-WZ6PXGGC.mjs";
42
41
  import "../chunk-7ZCOFATU.mjs";
42
+ import "../chunk-WZ6PXGGC.mjs";
43
43
  import "../chunk-FWCSY2DS.mjs";
44
44
  export {
45
45
  CustomAutocomplete,
46
46
  CustomPhoneNumberInput,
47
+ CustomThemeIconSquareCheck,
47
48
  DroppablePlaceholder,
48
49
  MyActionIcon,
49
50
  MyButton,
@@ -70,6 +71,5 @@ export {
70
71
  MySelectFromAPI,
71
72
  MyStatsCard,
72
73
  MyTextInput,
73
- MyThemeIconSquareCheck,
74
74
  MyWeeklySessionSchedulerPicker
75
75
  };
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  MyModalDelete
3
- } from "../chunk-KJUKRHHK.mjs";
3
+ } from "../chunk-LPYYSWAK.mjs";
4
4
  import "../chunk-SUH3FFFV.mjs";
5
5
  import "../chunk-G5X44QA3.mjs";
6
6
  import "../chunk-7NNLZDND.mjs";
7
7
  import "../chunk-O7YCQQO5.mjs";
8
8
  import "../chunk-QSWIVDXC.mjs";
9
- import "../chunk-KAC7JMQB.mjs";
9
+ import "../chunk-DC3L5XSB.mjs";
10
10
  import "../chunk-K6S7R6LU.mjs";
11
11
  import {
12
12
  useMyReactMutation
13
13
  } from "../chunk-NSBIYOKX.mjs";
14
- import "../chunk-WZ6PXGGC.mjs";
15
14
  import "../chunk-7ZCOFATU.mjs";
15
+ import "../chunk-WZ6PXGGC.mjs";
16
16
  import {
17
17
  __objRest,
18
18
  __spreadValues
@@ -13,8 +13,8 @@ import {
13
13
  useMyRouter,
14
14
  useQ_AQ_GetAQModule
15
15
  } from "../chunk-NSBIYOKX.mjs";
16
- import "../chunk-WZ6PXGGC.mjs";
17
16
  import "../chunk-7ZCOFATU.mjs";
17
+ import "../chunk-WZ6PXGGC.mjs";
18
18
  import "../chunk-FWCSY2DS.mjs";
19
19
  export {
20
20
  createBaseApi,
@@ -112,17 +112,17 @@ import {
112
112
  MailTemplateDeleteButton,
113
113
  useS_moduleConfig,
114
114
  useStore_Authenticate
115
- } from "../chunk-KJUKRHHK.mjs";
115
+ } from "../chunk-LPYYSWAK.mjs";
116
116
  import "../chunk-SUH3FFFV.mjs";
117
117
  import "../chunk-G5X44QA3.mjs";
118
118
  import "../chunk-7NNLZDND.mjs";
119
119
  import "../chunk-O7YCQQO5.mjs";
120
120
  import "../chunk-QSWIVDXC.mjs";
121
- import "../chunk-KAC7JMQB.mjs";
121
+ import "../chunk-DC3L5XSB.mjs";
122
122
  import "../chunk-K6S7R6LU.mjs";
123
123
  import "../chunk-NSBIYOKX.mjs";
124
- import "../chunk-WZ6PXGGC.mjs";
125
124
  import "../chunk-7ZCOFATU.mjs";
125
+ import "../chunk-WZ6PXGGC.mjs";
126
126
  import "../chunk-FWCSY2DS.mjs";
127
127
  export {
128
128
  AcademicYearsCreate,
@@ -3,21 +3,21 @@ import {
3
3
  } from "../chunk-JNYSYNJY.mjs";
4
4
  import {
5
5
  MySelect
6
- } from "../chunk-KJUKRHHK.mjs";
6
+ } from "../chunk-LPYYSWAK.mjs";
7
7
  import "../chunk-SUH3FFFV.mjs";
8
8
  import "../chunk-G5X44QA3.mjs";
9
9
  import "../chunk-7NNLZDND.mjs";
10
10
  import "../chunk-O7YCQQO5.mjs";
11
11
  import "../chunk-QSWIVDXC.mjs";
12
- import "../chunk-KAC7JMQB.mjs";
12
+ import "../chunk-DC3L5XSB.mjs";
13
13
  import {
14
14
  enumLabel_gender,
15
15
  enum_gender
16
16
  } from "../chunk-U42DQAY7.mjs";
17
17
  import "../chunk-K6S7R6LU.mjs";
18
18
  import "../chunk-NSBIYOKX.mjs";
19
- import "../chunk-WZ6PXGGC.mjs";
20
19
  import "../chunk-7ZCOFATU.mjs";
20
+ import "../chunk-WZ6PXGGC.mjs";
21
21
  import {
22
22
  __objRest,
23
23
  __spreadValues
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "types": "./dist/types/index.d.mts"
59
59
  }
60
60
  },
61
- "version": "0.1.798",
61
+ "version": "0.1.799",
62
62
  "private": false,
63
63
  "files": [
64
64
  "dist"
@@ -72,8 +72,8 @@ var const_object_generalMenuData = {
72
72
  };
73
73
 
74
74
  export {
75
- const_object_colors,
76
75
  const_array_daysOfWeek,
76
+ const_object_colors,
77
77
  const_object_documentTypes,
78
78
  const_object_generalMenuData
79
79
  };