aq-fe-framework 0.1.248 → 0.1.249
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.
@@ -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
|
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:
|
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
|
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(
|
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,7 +68,7 @@ import {
|
|
68
68
|
useS_BasicAppShell,
|
69
69
|
useS_ButtonImport,
|
70
70
|
utils_layout_getItemsWithoutLinks
|
71
|
-
} from "../chunk-
|
71
|
+
} from "../chunk-ANWBCN2W.mjs";
|
72
72
|
import "../chunk-HMRYQTJT.mjs";
|
73
73
|
import "../chunk-Y3YGC5IH.mjs";
|
74
74
|
import "../chunk-5U2JSHSJ.mjs";
|