aq-fe-framework 0.1.481 → 0.1.483

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.
@@ -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, TextProps, PaperProps, GroupProps, BadgeProps, ThemeIconProps, InputWrapperProps, SelectProps, TextInputProps, FlexProps } from '@mantine/core';
3
+ import { ActionIconProps, ButtonProps, ModalProps, ScrollAreaAutosizeProps, TextProps, PaperProps, GroupProps, BadgeProps, MantineColor, 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';
@@ -104,7 +104,7 @@ declare function MyLabelValueRow({ label, value, labelProps, valueProps, groupPr
104
104
  interface MyPaperTagProps extends PaperProps {
105
105
  children?: string;
106
106
  badgeProps?: BadgeProps;
107
- bg?: string;
107
+ bg?: MantineColor;
108
108
  label?: string;
109
109
  labelProps?: TextProps;
110
110
  }
@@ -18,13 +18,13 @@ import {
18
18
  MyStatsCard,
19
19
  MyTextInput,
20
20
  MyWeeklySessionSchedulerPicker
21
- } from "../chunk-BS7VIB5E.mjs";
21
+ } from "../chunk-OUGVB5X6.mjs";
22
22
  import "../chunk-R43BUIMD.mjs";
23
23
  import "../chunk-U62R2QKJ.mjs";
24
24
  import "../chunk-5U2JSHSJ.mjs";
25
+ import "../chunk-K6S7R6LU.mjs";
25
26
  import "../chunk-GFEMKKFH.mjs";
26
27
  import "../chunk-OMJJAHOC.mjs";
27
- import "../chunk-K6S7R6LU.mjs";
28
28
  import "../chunk-KFSAV44B.mjs";
29
29
  import "../chunk-7ZCOFATU.mjs";
30
30
  import "../chunk-FWCSY2DS.mjs";
@@ -15,7 +15,7 @@ import {
15
15
  MyButton as MyButton2,
16
16
  MyDataTableSelectOne,
17
17
  MyTextInput as MyTextInput2
18
- } from "../chunk-BS7VIB5E.mjs";
18
+ } from "../chunk-OUGVB5X6.mjs";
19
19
  import {
20
20
  F_authenticate_Logout,
21
21
  MyActionIconDelete,
@@ -46,16 +46,16 @@ import {
46
46
  createGenericStore
47
47
  } from "../chunk-U62R2QKJ.mjs";
48
48
  import "../chunk-5U2JSHSJ.mjs";
49
+ import {
50
+ enum_emailConfigModule
51
+ } from "../chunk-VH4ZAD6M.mjs";
52
+ import "../chunk-K6S7R6LU.mjs";
49
53
  import {
50
54
  const_object_documentTypes
51
55
  } from "../chunk-GFEMKKFH.mjs";
52
56
  import {
53
57
  const_object_colors
54
58
  } from "../chunk-OMJJAHOC.mjs";
55
- import {
56
- enum_emailConfigModule
57
- } from "../chunk-VH4ZAD6M.mjs";
58
- import "../chunk-K6S7R6LU.mjs";
59
59
  import {
60
60
  baseAxios_default,
61
61
  createBaseApi,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.481",
45
+ "version": "0.1.483",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"
@@ -3,12 +3,12 @@ import {
3
3
  MyFlexColumn,
4
4
  MyFlexRow
5
5
  } from "./chunk-R43BUIMD.mjs";
6
- import {
7
- const_object_colors
8
- } from "./chunk-OMJJAHOC.mjs";
9
6
  import {
10
7
  enum_daysOfWeek
11
8
  } from "./chunk-K6S7R6LU.mjs";
9
+ import {
10
+ const_object_colors
11
+ } from "./chunk-OMJJAHOC.mjs";
12
12
  import {
13
13
  useMyReactMutation,
14
14
  useMyReactQuery