aq-fe-framework 0.1.237 → 0.1.238

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.
@@ -4,8 +4,8 @@ interface IBaseEntity {
4
4
  name?: string;
5
5
  concurrencyStamp?: string;
6
6
  isEnabled?: boolean;
7
- modifiedWhen?: Date;
8
- modifiedBy?: number;
7
+ modifiedWhen?: string;
8
+ modifiedFullName?: string;
9
9
  }
10
10
 
11
11
  interface IAQModule extends IBaseEntity {
@@ -66,11 +66,11 @@ import {
66
66
  useS_BasicAppShell,
67
67
  useS_ButtonImport,
68
68
  utils_layout_getItemsWithoutLinks
69
- } from "../chunk-WXBOD5JC.mjs";
69
+ } from "../chunk-HLLJU5K2.mjs";
70
70
  import "../chunk-Q34UGTZ2.mjs";
71
- import "../chunk-Y3YGC5IH.mjs";
72
71
  import "../chunk-5U2JSHSJ.mjs";
73
72
  import "../chunk-7ZCOFATU.mjs";
73
+ import "../chunk-Y3YGC5IH.mjs";
74
74
  import "../chunk-FWCSY2DS.mjs";
75
75
  export {
76
76
  AQButtonCreateByImportFile,
@@ -1,6 +1,6 @@
1
1
  import * as axios from 'axios';
2
2
  import { AxiosInstance, AxiosResponse } from 'axios';
3
- import { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
3
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-CIu1JdT0.mjs';
4
4
  import * as _tanstack_react_query from '@tanstack/react-query';
5
5
  import { UseMutationOptions, QueryKey, UseQueryOptions } from '@tanstack/react-query';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SelectProps } from '@mantine/core';
3
3
  import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CGKvZ5wV.mjs';
4
- import { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
4
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-CIu1JdT0.mjs';
5
5
  import { ReactNode } from 'react';
6
6
 
7
7
  declare function F_core12196({ FormTypeId }: {
@@ -25,15 +25,12 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-WXBOD5JC.mjs";
28
+ } from "../chunk-HLLJU5K2.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
33
  } from "../chunk-Q34UGTZ2.mjs";
34
- import {
35
- createGenericStore
36
- } from "../chunk-Y3YGC5IH.mjs";
37
34
  import {
38
35
  U0DateToDDMMYYYString,
39
36
  U0MyValidateEmail,
@@ -46,6 +43,9 @@ import "../chunk-5U2JSHSJ.mjs";
46
43
  import {
47
44
  utils_notification_show
48
45
  } from "../chunk-7ZCOFATU.mjs";
46
+ import {
47
+ createGenericStore
48
+ } from "../chunk-Y3YGC5IH.mjs";
49
49
  import {
50
50
  __objRest,
51
51
  __spreadProps,
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.237",
25
+ "version": "0.1.238",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"
@@ -2,15 +2,15 @@ import {
2
2
  baseAxios_default,
3
3
  useQ_AQ_GetAQModule
4
4
  } from "./chunk-Q34UGTZ2.mjs";
5
- import {
6
- createGenericStore
7
- } from "./chunk-Y3YGC5IH.mjs";
8
5
  import {
9
6
  utils_pdf_download
10
7
  } from "./chunk-5U2JSHSJ.mjs";
11
8
  import {
12
9
  utils_notification_show
13
10
  } from "./chunk-7ZCOFATU.mjs";
11
+ import {
12
+ createGenericStore
13
+ } from "./chunk-Y3YGC5IH.mjs";
14
14
  import {
15
15
  __objRest,
16
16
  __spreadProps,