aq-fe-framework 0.1.310 → 0.1.312

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
  MyFlexColumn,
3
3
  MyFlexRow
4
4
  } from "./chunk-HHJFKKE7.mjs";
5
- import {
6
- const_object_colors
7
- } from "./chunk-NWBLJ3W3.mjs";
8
5
  import {
9
6
  enum_daysOfWeek
10
7
  } from "./chunk-K6S7R6LU.mjs";
8
+ import {
9
+ const_object_colors
10
+ } from "./chunk-NWBLJ3W3.mjs";
11
11
  import {
12
12
  useMyReactMutation
13
- } from "./chunk-OPVLK7PA.mjs";
13
+ } from "./chunk-QPNYGFTI.mjs";
14
14
  import {
15
15
  utils_notification_show
16
16
  } from "./chunk-7ZCOFATU.mjs";
@@ -12,7 +12,7 @@ import {
12
12
  baseAxios_default,
13
13
  useMyReactMutation,
14
14
  useQ_AQ_GetAQModule
15
- } from "./chunk-OPVLK7PA.mjs";
15
+ } from "./chunk-QPNYGFTI.mjs";
16
16
  import {
17
17
  utils_notification_show
18
18
  } from "./chunk-7ZCOFATU.mjs";
@@ -720,7 +720,7 @@ function MyAppSpotlight({ menu }) {
720
720
  leftSection: /* @__PURE__ */ jsx15(IconSearch, { stroke: 1.5 })
721
721
  }
722
722
  ),
723
- /* @__PURE__ */ jsx15(Spotlight.ActionsList, { mah: "800px", children: filteredItems.length > 0 ? filteredItems.map((item, idx) => /* @__PURE__ */ jsx15(
723
+ /* @__PURE__ */ jsx15(Spotlight.ActionsList, { mah: "70vh", children: filteredItems.length > 0 ? filteredItems.map((item, idx) => /* @__PURE__ */ jsx15(
724
724
  Spotlight.Action,
725
725
  {
726
726
  onClick: () => {
@@ -64,8 +64,8 @@ function createBaseApi(baseUrl, axiosInstance) {
64
64
  updateList: (data) => {
65
65
  return axiosInstance.post(`${baseUrl}/updateList`, data);
66
66
  },
67
- createOrUpdate: (data) => {
68
- return axiosInstance.post(`${baseUrl}/createOrUpdate`, data);
67
+ createOrUpdateList: (data) => {
68
+ return axiosInstance.post(`${baseUrl}/createOrUpdateList`, data);
69
69
  },
70
70
  delete: (id) => {
71
71
  return axiosInstance.post(`${baseUrl}/delete`, { id });
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import React$1, { ReactNode, ComponentProps } from 'react';
3
3
  import { t as type_action, T as TYPES_MANTINE_SIZE } from '../types-B5rmBuXz.mjs';
4
4
  import { ActionIconProps, ButtonProps, useModalsStack, CheckboxProps, SelectProps, NumberFormatterProps, FieldsetProps, FileInputProps, NumberInputProps, TextareaProps, MantineSize, InputWrapperProps, TextInputProps, ContainerProps, FlexProps, GroupProps, TypographyStylesProviderProps, TabsProps, SkeletonProps } from '@mantine/core';
5
- import { M as MyApiResponse } from '../createBaseApi-BayOeFCy.mjs';
5
+ import { M as MyApiResponse } from '../createBaseApi-2GYRG_xt.mjs';
6
6
  import { AxiosResponse } from 'axios';
7
7
  import { useDisclosure, useListState } from '@mantine/hooks';
8
8
  import { UseFormReturnType, useForm } from '@mantine/form';
@@ -64,14 +64,14 @@ import {
64
64
  useS_BasicAppShell,
65
65
  useS_ButtonImport,
66
66
  utils_layout_getItemsWithoutLinks
67
- } from "../chunk-RYZTACZ4.mjs";
67
+ } from "../chunk-MLYVD4EV.mjs";
68
68
  import "../chunk-5U2JSHSJ.mjs";
69
69
  import {
70
70
  MyFlexColumn,
71
71
  MyFlexRow
72
72
  } from "../chunk-HHJFKKE7.mjs";
73
73
  import "../chunk-NWBLJ3W3.mjs";
74
- import "../chunk-OPVLK7PA.mjs";
74
+ import "../chunk-QPNYGFTI.mjs";
75
75
  import "../chunk-7ZCOFATU.mjs";
76
76
  import "../chunk-Y3YGC5IH.mjs";
77
77
  import "../chunk-FWCSY2DS.mjs";
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { t as type_action } from '../types-B5rmBuXz.mjs';
3
3
  import { ActionIconProps, ButtonProps, ModalProps, TextInputProps } from '@mantine/core';
4
4
  import { ReactNode } from 'react';
5
- import { M as MyApiResponse } from '../createBaseApi-BayOeFCy.mjs';
5
+ import { M as MyApiResponse } from '../createBaseApi-2GYRG_xt.mjs';
6
6
  import { AxiosResponse } from 'axios';
7
7
  import { UseFormReturnType } from '@mantine/form';
8
8
  import { useDisclosure } from '@mantine/hooks';
@@ -6,11 +6,11 @@ import {
6
6
  MyDayOfWeekPicker,
7
7
  MyTextInput,
8
8
  MyWeeklySessionSchedulerPicker
9
- } from "../chunk-MK2W26FZ.mjs";
9
+ } from "../chunk-BL4VA2RG.mjs";
10
10
  import "../chunk-HHJFKKE7.mjs";
11
- import "../chunk-NWBLJ3W3.mjs";
12
11
  import "../chunk-K6S7R6LU.mjs";
13
- import "../chunk-OPVLK7PA.mjs";
12
+ import "../chunk-NWBLJ3W3.mjs";
13
+ import "../chunk-QPNYGFTI.mjs";
14
14
  import "../chunk-7ZCOFATU.mjs";
15
15
  import "../chunk-FWCSY2DS.mjs";
16
16
  export {
@@ -25,7 +25,7 @@ declare function createBaseApi<T>(baseUrl: string, axiosInstance: AxiosInstance)
25
25
  create: (data: Partial<T>) => Promise<axios.AxiosResponse<MyApiResponse<T>, any>>;
26
26
  update: (data: Partial<T>) => Promise<axios.AxiosResponse<MyApiResponse<T>, any>>;
27
27
  updateList: (data: Partial<T[]>) => Promise<axios.AxiosResponse<MyApiResponse<T[]>, any>>;
28
- createOrUpdate: (data: Partial<T[]>) => Promise<axios.AxiosResponse<MyApiResponse<T[]>, any>>;
28
+ createOrUpdateList: (data: Partial<T[]>) => Promise<axios.AxiosResponse<MyApiResponse<T[]>, any>>;
29
29
  delete: (id: number) => Promise<axios.AxiosResponse<any, any>>;
30
30
  deleteList: (values: IBaseEntity[]) => Promise<axios.AxiosResponse<any, any>>;
31
31
  };
@@ -1,6 +1,6 @@
1
1
  import * as next_dist_shared_lib_app_router_context_shared_runtime from 'next/dist/shared/lib/app-router-context.shared-runtime';
2
- import { M as MyApiResponse } from '../createBaseApi-BayOeFCy.mjs';
3
- export { I as IPagingParams, c as createBaseApi } from '../createBaseApi-BayOeFCy.mjs';
2
+ import { M as MyApiResponse } from '../createBaseApi-2GYRG_xt.mjs';
3
+ export { I as IPagingParams, c as createBaseApi } from '../createBaseApi-2GYRG_xt.mjs';
4
4
  import { AxiosInstance, AxiosResponse } from 'axios';
5
5
  import * as _tanstack_react_query from '@tanstack/react-query';
6
6
  import { UseMutationOptions, QueryKey, UseQueryOptions } from '@tanstack/react-query';
@@ -6,7 +6,7 @@ import {
6
6
  useMyReactQuery,
7
7
  useMyRouter,
8
8
  useQ_AQ_GetAQModule
9
- } from "../chunk-OPVLK7PA.mjs";
9
+ } from "../chunk-QPNYGFTI.mjs";
10
10
  import "../chunk-7ZCOFATU.mjs";
11
11
  import "../chunk-FWCSY2DS.mjs";
12
12
  export {
@@ -30,26 +30,26 @@ import {
30
30
  useS_BasicAppShell,
31
31
  useS_authenticate,
32
32
  utils_layout_getItemsWithoutLinks
33
- } from "../chunk-RYZTACZ4.mjs";
33
+ } from "../chunk-MLYVD4EV.mjs";
34
34
  import "../chunk-5U2JSHSJ.mjs";
35
- import {
36
- const_object_documentTypes
37
- } from "../chunk-GFEMKKFH.mjs";
38
- import {
39
- enum_emailConfigModule
40
- } from "../chunk-VH4ZAD6M.mjs";
41
35
  import {
42
36
  MyButton as MyButton2,
43
37
  MyTextInput as MyTextInput2
44
- } from "../chunk-MK2W26FZ.mjs";
38
+ } from "../chunk-BL4VA2RG.mjs";
45
39
  import {
46
40
  MyFlexColumn,
47
41
  MyFlexRow
48
42
  } from "../chunk-HHJFKKE7.mjs";
43
+ import {
44
+ enum_emailConfigModule
45
+ } from "../chunk-VH4ZAD6M.mjs";
46
+ import "../chunk-K6S7R6LU.mjs";
47
+ import {
48
+ const_object_documentTypes
49
+ } from "../chunk-GFEMKKFH.mjs";
49
50
  import {
50
51
  const_object_colors
51
52
  } from "../chunk-NWBLJ3W3.mjs";
52
- import "../chunk-K6S7R6LU.mjs";
53
53
  import {
54
54
  baseAxios_default,
55
55
  createBaseApi,
@@ -59,7 +59,7 @@ import {
59
59
  useMyRouter,
60
60
  useQ_AQ_GetAQModule,
61
61
  useQ_SkillCenter_GetAll
62
- } from "../chunk-OPVLK7PA.mjs";
62
+ } from "../chunk-QPNYGFTI.mjs";
63
63
  import {
64
64
  utils_notification_show
65
65
  } from "../chunk-7ZCOFATU.mjs";
package/package.json CHANGED
@@ -38,7 +38,7 @@
38
38
  "types": "./dist/core/index.d.mts"
39
39
  }
40
40
  },
41
- "version": "0.1.310",
41
+ "version": "0.1.312",
42
42
  "private": false,
43
43
  "files": [
44
44
  "dist"