aq-fe-framework 0.1.238 → 0.1.239

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,5 @@
1
1
  import {
2
+ __spreadProps,
2
3
  __spreadValues
3
4
  } from "./chunk-FWCSY2DS.mjs";
4
5
 
@@ -9,7 +10,9 @@ function createBaseApi(baseUrl, axiosInstance) {
9
10
  return axiosInstance.get(`${baseUrl}/GetAll` + params);
10
11
  },
11
12
  create: (data) => {
12
- return axiosInstance.post(`${baseUrl}/create`, data);
13
+ return axiosInstance.post(`${baseUrl}/create`, __spreadProps(__spreadValues({}, data), {
14
+ id: 0
15
+ }));
13
16
  },
14
17
  update: (data) => {
15
18
  return axiosInstance.post(`${baseUrl}/update`, data);
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  baseAxios_default,
3
3
  useQ_AQ_GetAQModule
4
- } from "./chunk-Q34UGTZ2.mjs";
4
+ } from "./chunk-C2RVNNX2.mjs";
5
+ import {
6
+ createGenericStore
7
+ } from "./chunk-Y3YGC5IH.mjs";
5
8
  import {
6
9
  utils_pdf_download
7
10
  } from "./chunk-5U2JSHSJ.mjs";
8
11
  import {
9
12
  utils_notification_show
10
13
  } from "./chunk-7ZCOFATU.mjs";
11
- import {
12
- createGenericStore
13
- } from "./chunk-Y3YGC5IH.mjs";
14
14
  import {
15
15
  __objRest,
16
16
  __spreadProps,
@@ -66,11 +66,11 @@ import {
66
66
  useS_BasicAppShell,
67
67
  useS_ButtonImport,
68
68
  utils_layout_getItemsWithoutLinks
69
- } from "../chunk-HLLJU5K2.mjs";
70
- import "../chunk-Q34UGTZ2.mjs";
69
+ } from "../chunk-UD3C7BND.mjs";
70
+ import "../chunk-C2RVNNX2.mjs";
71
+ import "../chunk-Y3YGC5IH.mjs";
71
72
  import "../chunk-5U2JSHSJ.mjs";
72
73
  import "../chunk-7ZCOFATU.mjs";
73
- import "../chunk-Y3YGC5IH.mjs";
74
74
  import "../chunk-FWCSY2DS.mjs";
75
75
  export {
76
76
  AQButtonCreateByImportFile,
@@ -4,7 +4,7 @@ import {
4
4
  useMyReactMutation,
5
5
  useMyReactQuery,
6
6
  useQ_AQ_GetAQModule
7
- } from "../chunk-Q34UGTZ2.mjs";
7
+ } from "../chunk-C2RVNNX2.mjs";
8
8
  import "../chunk-7ZCOFATU.mjs";
9
9
  import "../chunk-FWCSY2DS.mjs";
10
10
  export {
@@ -25,12 +25,15 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-HLLJU5K2.mjs";
28
+ } from "../chunk-UD3C7BND.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
- } from "../chunk-Q34UGTZ2.mjs";
33
+ } from "../chunk-C2RVNNX2.mjs";
34
+ import {
35
+ createGenericStore
36
+ } from "../chunk-Y3YGC5IH.mjs";
34
37
  import {
35
38
  U0DateToDDMMYYYString,
36
39
  U0MyValidateEmail,
@@ -43,9 +46,6 @@ import "../chunk-5U2JSHSJ.mjs";
43
46
  import {
44
47
  utils_notification_show
45
48
  } 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.238",
25
+ "version": "0.1.239",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"