aq-fe-framework 0.1.475 → 0.1.477

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.
@@ -412,6 +412,12 @@ function MyDataTableSelectOne({
412
412
  // src/core/dataDisplay/MyFlexIconTitle.tsx
413
413
  import { Flex as Flex2, Text } from "@mantine/core";
414
414
  import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
415
+ function MyFlexIconTitle(props) {
416
+ return /* @__PURE__ */ jsxs4(Flex2, __spreadProps(__spreadValues({ direction: "row", align: "center", gap: "xs" }, props), { children: [
417
+ props.icon,
418
+ /* @__PURE__ */ jsx11(Text, __spreadProps(__spreadValues({ size: "lg", fw: 700 }, props.textProps), { children: props == null ? void 0 : props.children }))
419
+ ] }));
420
+ }
415
421
 
416
422
  // src/core/dataDisplay/MyInfoBox.tsx
417
423
  import { Group, Paper, Stack, Text as Text2 } from "@mantine/core";
@@ -966,6 +972,7 @@ export {
966
972
  MyButtonModal,
967
973
  MyButtonModalCreateUpdate,
968
974
  MyDataTableSelectOne,
975
+ MyFlexIconTitle,
969
976
  MyInfoBox,
970
977
  MyLabelValueRow,
971
978
  MyStatsCard,
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { t as type_action } from '../types-B5rmBuXz.mjs';
3
- import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, PaperProps, TextProps, GroupProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
3
+ import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
4
4
  import { ReactNode, ButtonHTMLAttributes } from 'react';
5
5
  import { M as MyApiResponse } from '../createBaseApi-D9OK2lA_.mjs';
6
6
  import { AxiosResponse } from 'axios';
@@ -73,6 +73,13 @@ declare function MyDataTableSelectOne<TData extends MRT_RowData>({ columns, quer
73
73
  setIdSelection: (id: string | number | undefined) => void;
74
74
  }): react_jsx_runtime.JSX.Element;
75
75
 
76
+ interface MyFlexIconTitleProps {
77
+ icon?: ReactNode;
78
+ children?: ReactNode;
79
+ textProps?: TextProps;
80
+ }
81
+ declare function MyFlexIconTitle(props: MyFlexIconTitleProps): react_jsx_runtime.JSX.Element;
82
+
76
83
  interface MyInfoBoxItem {
77
84
  label: string;
78
85
  value: React.ReactNode;
@@ -173,4 +180,4 @@ interface MyFlexEndProps extends GroupProps {
173
180
  }
174
181
  declare function MyFlexEnd({ children, ...rest }: MyFlexEndProps): react_jsx_runtime.JSX.Element;
175
182
 
176
- export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalCreateUpdate, type MyButtonModalProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
183
+ export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalCreateUpdate, type MyButtonModalProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
@@ -8,6 +8,7 @@ import {
8
8
  MyDayOfWeekPicker,
9
9
  MyFlexColumn,
10
10
  MyFlexEnd,
11
+ MyFlexIconTitle,
11
12
  MyInfoBox,
12
13
  MyLabelValueRow,
13
14
  MyRichTextEditor,
@@ -16,7 +17,7 @@ import {
16
17
  MyStatsCard,
17
18
  MyTextInput,
18
19
  MyWeeklySessionSchedulerPicker
19
- } from "../chunk-UTZAGNSR.mjs";
20
+ } from "../chunk-LON64CYM.mjs";
20
21
  import "../chunk-R43BUIMD.mjs";
21
22
  import "../chunk-U62R2QKJ.mjs";
22
23
  import "../chunk-5U2JSHSJ.mjs";
@@ -36,6 +37,7 @@ export {
36
37
  MyDayOfWeekPicker,
37
38
  MyFlexColumn,
38
39
  MyFlexEnd,
40
+ MyFlexIconTitle,
39
41
  MyInfoBox,
40
42
  MyLabelValueRow,
41
43
  MyRichTextEditor,
@@ -15,7 +15,7 @@ import {
15
15
  MyButton as MyButton2,
16
16
  MyDataTableSelectOne,
17
17
  MyTextInput as MyTextInput2
18
- } from "../chunk-UTZAGNSR.mjs";
18
+ } from "../chunk-LON64CYM.mjs";
19
19
  import {
20
20
  F_authenticate_Logout,
21
21
  MyActionIconDelete,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.475",
45
+ "version": "0.1.477",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"