aq-fe-framework 0.1.332 → 0.1.333

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,4 +1,4 @@
1
- import { I as IBaseEntity } from './base-BprRafT5.mjs';
1
+ import { I as IBaseEntity } from './IBaseEntity-CD6G-bQD.mjs';
2
2
 
3
3
  interface IEmailConfig extends IBaseEntity {
4
4
  emailModule?: number;
@@ -1,4 +1,4 @@
1
- import { I as IBaseEntity } from './base-BprRafT5.mjs';
1
+ import { I as IBaseEntity } from './IBaseEntity-CD6G-bQD.mjs';
2
2
 
3
3
  interface IAQModule extends IBaseEntity {
4
4
  officelName?: string;
@@ -1,5 +1,5 @@
1
1
  interface IBaseEntity {
2
- id?: number;
2
+ id: number;
3
3
  code?: string;
4
4
  name?: string;
5
5
  concurrencyStamp?: string;
@@ -1,4 +1,4 @@
1
- import { I as IBaseEntity } from '../base-BprRafT5.mjs';
1
+ import { I as IBaseEntity } from '../IBaseEntity-CD6G-bQD.mjs';
2
2
  import { MRT_ColumnDef } from 'mantine-react-table';
3
3
 
4
4
  declare const baseColumns: MRT_ColumnDef<IBaseEntity>[];
@@ -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-2GYRG_xt.mjs';
5
+ import { M as MyApiResponse } from '../createBaseApi-Bdh5kQ7-.mjs';
6
6
  import { AxiosResponse } from 'axios';
7
7
  import { useDisclosure, useListState } from '@mantine/hooks';
8
8
  import { UseFormReturnType, useForm } from '@mantine/form';
@@ -16,7 +16,7 @@ import { RichTextEditorProps } from '@mantine/tiptap';
16
16
  import { EditorOptions } from '@tiptap/react';
17
17
  import { IconProps, Icon } from '@tabler/icons-react';
18
18
  import { CalendarEventExternal } from '@schedule-x/calendar';
19
- import '../base-BprRafT5.mjs';
19
+ import '../IBaseEntity-CD6G-bQD.mjs';
20
20
  import 'exceljs';
21
21
 
22
22
  declare const MyBoxesCore: ({ className, ...rest }: {
@@ -2,13 +2,13 @@ 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, TextProps, GroupProps, ThemeIconProps, TextInputProps, FlexProps } from '@mantine/core';
4
4
  import { ReactNode } from 'react';
5
- import { M as MyApiResponse } from '../createBaseApi-2GYRG_xt.mjs';
5
+ import { M as MyApiResponse } from '../createBaseApi-Bdh5kQ7-.mjs';
6
6
  import { AxiosResponse } from 'axios';
7
7
  import { UseFormReturnType } from '@mantine/form';
8
8
  import { useDisclosure } from '@mantine/hooks';
9
9
  import { UseQueryResult } from '@tanstack/react-query';
10
10
  import { MRT_RowData, MRT_ColumnDef } from 'mantine-react-table';
11
- import '../base-BprRafT5.mjs';
11
+ import '../IBaseEntity-CD6G-bQD.mjs';
12
12
 
13
13
  interface CoreActionIconProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "color" | "style">, ActionIconProps {
14
14
  actionType?: type_action;
@@ -1,6 +1,6 @@
1
1
  import * as axios from 'axios';
2
2
  import { AxiosInstance } from 'axios';
3
- import { I as IBaseEntity } from './base-BprRafT5.mjs';
3
+ import { I as IBaseEntity } from './IBaseEntity-CD6G-bQD.mjs';
4
4
 
5
5
  interface IPagingParams {
6
6
  pageNumber?: number;
@@ -1,11 +1,11 @@
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-2GYRG_xt.mjs';
3
- export { I as IPagingParams, c as createBaseApi } from '../createBaseApi-2GYRG_xt.mjs';
2
+ import { M as MyApiResponse } from '../createBaseApi-Bdh5kQ7-.mjs';
3
+ export { I as IPagingParams, c as createBaseApi } from '../createBaseApi-Bdh5kQ7-.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';
7
- import { I as IAQModule } from '../IAQModule-CCtwv-e0.mjs';
8
- import '../base-BprRafT5.mjs';
7
+ import { I as IAQModule } from '../IAQModule-kmLY5UWG.mjs';
8
+ import '../IBaseEntity-CD6G-bQD.mjs';
9
9
 
10
10
  declare function useMyDevice(): {
11
11
  isMobile: boolean | undefined;
@@ -1,10 +1,6 @@
1
- import { I as IBaseEntity } from '../base-BprRafT5.mjs';
2
- export { I as IEmailConfig } from '../EmailConfig-DvTXTBt3.mjs';
3
- export { I as IAQModule } from '../IAQModule-CCtwv-e0.mjs';
4
-
5
- interface IPageContent extends IBaseEntity {
6
- description?: string;
7
- }
1
+ export { I as IEmailConfig } from '../EmailConfig-CVG1cFdX.mjs';
2
+ export { I as IAQModule } from '../IAQModule-kmLY5UWG.mjs';
3
+ import { I as IBaseEntity } from '../IBaseEntity-CD6G-bQD.mjs';
8
4
 
9
5
  interface IFile {
10
6
  fileName?: string | undefined;
@@ -55,4 +51,8 @@ interface IUser extends IBaseEntity {
55
51
  email?: string;
56
52
  }
57
53
 
54
+ interface IPageContent extends IBaseEntity {
55
+ description?: string;
56
+ }
57
+
58
58
  export { IBaseEntity, type IDocument, type IFile, type IPageContent, type IPagePermission, type IRole, type IUser };
@@ -1,9 +1,9 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CGKvZ5wV.mjs';
3
- import { I as IBaseEntity } from '../base-BprRafT5.mjs';
3
+ import { I as IBaseEntity } from '../IBaseEntity-CD6G-bQD.mjs';
4
4
  import { SelectProps, ButtonProps } from '@mantine/core';
5
- import { I as IEmailConfig } from '../EmailConfig-DvTXTBt3.mjs';
6
- import { I as IAQModule } from '../IAQModule-CCtwv-e0.mjs';
5
+ import { I as IEmailConfig } from '../EmailConfig-CVG1cFdX.mjs';
6
+ import { I as IAQModule } from '../IAQModule-kmLY5UWG.mjs';
7
7
  import { ReactNode } from 'react';
8
8
 
9
9
  declare function F_accessControl({ menuData }: {
@@ -11,9 +11,6 @@ import {
11
11
  import {
12
12
  U0DateToDDMMYYYString
13
13
  } from "../chunk-I2XIN2R3.mjs";
14
- import {
15
- const_object_documentTypes
16
- } from "../chunk-BZMQOGL6.mjs";
17
14
  import {
18
15
  F_authenticate_Logout,
19
16
  MyActionIconDelete,
@@ -41,6 +38,9 @@ import {
41
38
  createGenericStore
42
39
  } from "../chunk-Y3YGC5IH.mjs";
43
40
  import "../chunk-5U2JSHSJ.mjs";
41
+ import {
42
+ const_object_documentTypes
43
+ } from "../chunk-BZMQOGL6.mjs";
44
44
  import {
45
45
  MyButton as MyButton2,
46
46
  MyDataTableSelectOne,
@@ -870,15 +870,6 @@ import { Button as Button2, Group as Group2 } from "@mantine/core";
870
870
  import { IconShield } from "@tabler/icons-react";
871
871
  import { useMemo as useMemo4, useState as useState7 } from "react";
872
872
 
873
- // src/modules-features/admin/core/accountManagement/useS_accountManagement.ts
874
- var useStore2 = createGenericStore({
875
- initialState: {}
876
- });
877
- function useS_accountManagement() {
878
- const store = useStore2();
879
- return __spreadValues({}, store);
880
- }
881
-
882
873
  // src/modules-features/admin/core/accountManagement/F_accountManagement_ChangePermission.tsx
883
874
  import { Button, Fieldset, Group, Table as Table3 } from "@mantine/core";
884
875
  import { useDisclosure } from "@mantine/hooks";
@@ -1000,6 +991,17 @@ var mockData2 = [
1000
991
  // src/modules-features/admin/core/accountManagement/F_accountManagement_Create.tsx
1001
992
  import { MultiSelect } from "@mantine/core";
1002
993
  import { useForm } from "@mantine/form";
994
+
995
+ // src/modules-features/admin/core/accountManagement/useS_accountManagement.ts
996
+ var useStore2 = createGenericStore({
997
+ initialState: {}
998
+ });
999
+ function useS_accountManagement() {
1000
+ const store = useStore2();
1001
+ return __spreadValues({}, store);
1002
+ }
1003
+
1004
+ // src/modules-features/admin/core/accountManagement/F_accountManagement_Create.tsx
1003
1005
  import { jsx as jsx10, jsxs as jsxs6 } from "react/jsx-runtime";
1004
1006
  var ENDPOINT = "/Account/create";
1005
1007
  function F_accountManagement_Create() {
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.332",
45
+ "version": "0.1.333",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"