aq-fe-framework 0.1.480 → 0.1.482

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-6USECB3O.mjs";
22
- import "../chunk-GFEMKKFH.mjs";
23
- import "../chunk-K6S7R6LU.mjs";
21
+ } from "../chunk-BS7VIB5E.mjs";
24
22
  import "../chunk-R43BUIMD.mjs";
25
23
  import "../chunk-U62R2QKJ.mjs";
26
24
  import "../chunk-5U2JSHSJ.mjs";
25
+ import "../chunk-GFEMKKFH.mjs";
27
26
  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";
@@ -18,11 +18,7 @@ import {
18
18
  MyButton as MyButton2,
19
19
  MyDataTableSelectOne,
20
20
  MyTextInput as MyTextInput2
21
- } from "../chunk-6USECB3O.mjs";
22
- import {
23
- const_object_documentTypes
24
- } from "../chunk-GFEMKKFH.mjs";
25
- import "../chunk-K6S7R6LU.mjs";
21
+ } from "../chunk-BS7VIB5E.mjs";
26
22
  import {
27
23
  F_authenticate_Logout,
28
24
  MyActionIconDelete,
@@ -53,9 +49,13 @@ import {
53
49
  createGenericStore
54
50
  } from "../chunk-U62R2QKJ.mjs";
55
51
  import "../chunk-5U2JSHSJ.mjs";
52
+ import {
53
+ const_object_documentTypes
54
+ } from "../chunk-GFEMKKFH.mjs";
56
55
  import {
57
56
  const_object_colors
58
57
  } from "../chunk-OMJJAHOC.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.480",
45
+ "version": "0.1.482",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"
@@ -1,6 +1,3 @@
1
- import {
2
- enum_daysOfWeek
3
- } from "./chunk-K6S7R6LU.mjs";
4
1
  import {
5
2
  MyDataTable,
6
3
  MyFlexColumn,
@@ -9,6 +6,9 @@ import {
9
6
  import {
10
7
  const_object_colors
11
8
  } from "./chunk-OMJJAHOC.mjs";
9
+ import {
10
+ enum_daysOfWeek
11
+ } from "./chunk-K6S7R6LU.mjs";
12
12
  import {
13
13
  useMyReactMutation,
14
14
  useMyReactQuery