aq-fe-framework 0.1.248 → 0.1.250

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.
@@ -2,15 +2,15 @@ import {
2
2
  baseAxios_default,
3
3
  useQ_AQ_GetAQModule
4
4
  } from "./chunk-HMRYQTJT.mjs";
5
- import {
6
- createGenericStore
7
- } from "./chunk-Y3YGC5IH.mjs";
8
5
  import {
9
6
  utils_pdf_download
10
7
  } from "./chunk-5U2JSHSJ.mjs";
11
8
  import {
12
9
  utils_notification_show
13
10
  } from "./chunk-7ZCOFATU.mjs";
11
+ import {
12
+ createGenericStore
13
+ } from "./chunk-Y3YGC5IH.mjs";
14
14
  import {
15
15
  __objRest,
16
16
  __spreadProps,
@@ -228,7 +228,7 @@ import { Button as Button2 } from "@mantine/core";
228
228
  import { IconDeviceFloppy as IconDeviceFloppy2, IconEdit as IconEdit2, IconFileExport, IconFileImport, IconPlus as IconPlus2, IconPrinter, IconTrash as IconTrash2, IconX } from "@tabler/icons-react";
229
229
  import { jsx as jsx8 } from "react/jsx-runtime";
230
230
  function MyButton(_a) {
231
- var _b = _a, { children, crudType = "delete" } = _b, rest = __objRest(_b, ["children", "crudType"]);
231
+ var _b = _a, { children, crudType = "default" } = _b, rest = __objRest(_b, ["children", "crudType"]);
232
232
  if (crudType == "default") {
233
233
  return /* @__PURE__ */ jsx8(Button2, __spreadProps(__spreadValues({ color: "indigo" }, rest), { children }));
234
234
  }
@@ -7091,6 +7091,7 @@ import {
7091
7091
  Group as Group17,
7092
7092
  NumberInput as NumberInput3,
7093
7093
  Paper as Paper7,
7094
+ ScrollArea as ScrollArea3,
7094
7095
  Text as Text15
7095
7096
  } from "@mantine/core";
7096
7097
  import { IconPlus as IconPlus5, IconTrash as IconTrash5 } from "@tabler/icons-react";
@@ -7138,7 +7139,7 @@ function MyWeeklySessionSchedulerPicker({
7138
7139
  }
7139
7140
  ) }),
7140
7141
  /* @__PURE__ */ jsx52(Divider2, { my: "xs" }),
7141
- /* @__PURE__ */ jsx52(Center4, { children: /* @__PURE__ */ jsx52(MyFlexColumn, { w: { base: "100%", sm: "70%" }, children: selectedDays.map((dayOfWeek) => {
7142
+ /* @__PURE__ */ jsx52(Center4, { children: /* @__PURE__ */ jsx52(ScrollArea3.Autosize, { h: "40vh", children: /* @__PURE__ */ jsx52(MyFlexColumn, { w: { base: "100%", sm: "70%" }, children: selectedDays.map((dayOfWeek) => {
7142
7143
  var _a;
7143
7144
  return /* @__PURE__ */ jsxs30(
7144
7145
  Paper7,
@@ -7223,7 +7224,7 @@ function MyWeeklySessionSchedulerPicker({
7223
7224
  },
7224
7225
  dayOfWeek
7225
7226
  );
7226
- }) }) })
7227
+ }) }) }) })
7227
7228
  ] }) });
7228
7229
  }
7229
7230
 
@@ -7262,7 +7263,7 @@ import {
7262
7263
  Group as Group18,
7263
7264
  Image as Image3,
7264
7265
  NavLink,
7265
- ScrollArea as ScrollArea3,
7266
+ ScrollArea as ScrollArea4,
7266
7267
  Text as Text16,
7267
7268
  Tooltip as Tooltip5
7268
7269
  } from "@mantine/core";
@@ -7526,7 +7527,7 @@ function BasicAppShell({ children, menu, extraTopRight, title }) {
7526
7527
  ) }),
7527
7528
  /* @__PURE__ */ jsxs31(AppShell.Navbar, { children: [
7528
7529
  /* @__PURE__ */ jsx54(MyAppSpotlight, { menu }),
7529
- /* @__PURE__ */ jsxs31(AppShell.Section, { grow: true, component: ScrollArea3, p: 5, children: [
7530
+ /* @__PURE__ */ jsxs31(AppShell.Section, { grow: true, component: ScrollArea4, p: 5, children: [
7530
7531
  /* @__PURE__ */ jsx54(RenderNavLinks, { items: menu }),
7531
7532
  /* @__PURE__ */ jsx54(Divider3, {}),
7532
7533
  /* @__PURE__ */ jsx54(F_authenticate_Logout, {})
@@ -7618,7 +7619,7 @@ import {
7618
7619
  Drawer,
7619
7620
  Group as Group19,
7620
7621
  Image as Image4,
7621
- ScrollArea as ScrollArea4,
7622
+ ScrollArea as ScrollArea5,
7622
7623
  Text as Text17,
7623
7624
  TextInput as TextInput3,
7624
7625
  ThemeIcon,
@@ -7719,7 +7720,7 @@ function HeaderMegaMenu({ children, menus }) {
7719
7720
  title: "Navigation",
7720
7721
  hiddenFrom: "sm",
7721
7722
  zIndex: 1e6,
7722
- children: /* @__PURE__ */ jsxs32(ScrollArea4, { h: "calc(100vh - 80px", mx: "-md", children: [
7723
+ children: /* @__PURE__ */ jsxs32(ScrollArea5, { h: "calc(100vh - 80px", mx: "-md", children: [
7723
7724
  /* @__PURE__ */ jsx56(Divider4, { my: "sm" }),
7724
7725
  /* @__PURE__ */ jsx56(MyFlexColumn, { h: "100%", gap: 0, children: menus == null ? void 0 : menus.map((item, idx) => /* @__PURE__ */ jsx56(Button16, { component: Link4, href: item.href, variant: HeaderMegaMenuStore.state.name == item.label ? "light" : "subtle", onClick: () => HeaderMegaMenuStore.setState({ name: item.label }), children: item.label }, idx)) }),
7725
7726
  /* @__PURE__ */ jsx56(Divider4, { my: "sm" })
@@ -68,11 +68,11 @@ import {
68
68
  useS_BasicAppShell,
69
69
  useS_ButtonImport,
70
70
  utils_layout_getItemsWithoutLinks
71
- } from "../chunk-JFTT5ZQ6.mjs";
71
+ } from "../chunk-Z2KA6NLH.mjs";
72
72
  import "../chunk-HMRYQTJT.mjs";
73
- import "../chunk-Y3YGC5IH.mjs";
74
73
  import "../chunk-5U2JSHSJ.mjs";
75
74
  import "../chunk-7ZCOFATU.mjs";
75
+ import "../chunk-Y3YGC5IH.mjs";
76
76
  import "../chunk-FWCSY2DS.mjs";
77
77
  export {
78
78
  AQButtonCreateByImportFile,
@@ -25,15 +25,12 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-JFTT5ZQ6.mjs";
28
+ } from "../chunk-Z2KA6NLH.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
33
  } from "../chunk-HMRYQTJT.mjs";
34
- import {
35
- createGenericStore
36
- } from "../chunk-Y3YGC5IH.mjs";
37
34
  import {
38
35
  U0DateToDDMMYYYString,
39
36
  U0MyValidateEmail,
@@ -46,6 +43,9 @@ import "../chunk-5U2JSHSJ.mjs";
46
43
  import {
47
44
  utils_notification_show
48
45
  } from "../chunk-7ZCOFATU.mjs";
46
+ import {
47
+ createGenericStore
48
+ } from "../chunk-Y3YGC5IH.mjs";
49
49
  import {
50
50
  __objRest,
51
51
  __spreadProps,
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "types": "./dist/interfaces/index.d.mts"
27
27
  }
28
28
  },
29
- "version": "0.1.248",
29
+ "version": "0.1.250",
30
30
  "private": false,
31
31
  "files": [
32
32
  "dist"