aq-fe-framework 0.1.1065 → 0.1.1067

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.
@@ -69,14 +69,14 @@ import {
69
69
  useHeaderMegaMenuStore,
70
70
  useS_ButtonImport,
71
71
  useStore_BasicAppShell
72
- } from "../chunk-OXTTKTOF.mjs";
72
+ } from "../chunk-ZUCA264F.mjs";
73
73
  import "../chunk-WW55EZ4B.mjs";
74
74
  import "../chunk-KGBXMHKR.mjs";
75
75
  import "../chunk-7ZI7IOEP.mjs";
76
76
  import "../chunk-NYAWQRB7.mjs";
77
77
  import "../chunk-BTITP4TN.mjs";
78
- import "../chunk-OHAOJE5F.mjs";
79
78
  import "../chunk-J4WTZ3B4.mjs";
79
+ import "../chunk-OHAOJE5F.mjs";
80
80
  import "../chunk-Z76CSZFI.mjs";
81
81
  import "../chunk-WZ6PXGGC.mjs";
82
82
  import "../chunk-JD6AELXS.mjs";
@@ -34,14 +34,14 @@ import {
34
34
  MyStatsCard,
35
35
  MyTextInput2 as MyTextInput,
36
36
  MyWeeklySessionSchedulerPicker
37
- } from "../chunk-OXTTKTOF.mjs";
37
+ } from "../chunk-ZUCA264F.mjs";
38
38
  import "../chunk-WW55EZ4B.mjs";
39
39
  import "../chunk-KGBXMHKR.mjs";
40
40
  import "../chunk-7ZI7IOEP.mjs";
41
41
  import "../chunk-NYAWQRB7.mjs";
42
42
  import "../chunk-BTITP4TN.mjs";
43
- import "../chunk-OHAOJE5F.mjs";
44
43
  import "../chunk-J4WTZ3B4.mjs";
44
+ import "../chunk-OHAOJE5F.mjs";
45
45
  import "../chunk-Z76CSZFI.mjs";
46
46
  import "../chunk-WZ6PXGGC.mjs";
47
47
  import "../chunk-JD6AELXS.mjs";
@@ -97,14 +97,14 @@ import {
97
97
  MailTemplateDeleteButton,
98
98
  useS_moduleConfig,
99
99
  useStore_Authenticate
100
- } from "../chunk-OXTTKTOF.mjs";
100
+ } from "../chunk-ZUCA264F.mjs";
101
101
  import "../chunk-WW55EZ4B.mjs";
102
102
  import "../chunk-KGBXMHKR.mjs";
103
103
  import "../chunk-7ZI7IOEP.mjs";
104
104
  import "../chunk-NYAWQRB7.mjs";
105
105
  import "../chunk-BTITP4TN.mjs";
106
- import "../chunk-OHAOJE5F.mjs";
107
106
  import "../chunk-J4WTZ3B4.mjs";
107
+ import "../chunk-OHAOJE5F.mjs";
108
108
  import "../chunk-Z76CSZFI.mjs";
109
109
  import "../chunk-WZ6PXGGC.mjs";
110
110
  import "../chunk-JD6AELXS.mjs";
@@ -1,7 +1,7 @@
1
1
  import "../chunk-NMY3UEY5.mjs";
2
2
  import {
3
3
  MySelect
4
- } from "../chunk-OXTTKTOF.mjs";
4
+ } from "../chunk-ZUCA264F.mjs";
5
5
  import "../chunk-WW55EZ4B.mjs";
6
6
  import "../chunk-KGBXMHKR.mjs";
7
7
  import {
@@ -9,11 +9,11 @@ import {
9
9
  } from "../chunk-7ZI7IOEP.mjs";
10
10
  import "../chunk-NYAWQRB7.mjs";
11
11
  import "../chunk-BTITP4TN.mjs";
12
- import "../chunk-OHAOJE5F.mjs";
13
12
  import {
14
13
  enumLabel_gender,
15
14
  enum_gender
16
15
  } from "../chunk-J4WTZ3B4.mjs";
16
+ import "../chunk-OHAOJE5F.mjs";
17
17
  import "../chunk-Z76CSZFI.mjs";
18
18
  import "../chunk-WZ6PXGGC.mjs";
19
19
  import {
@@ -1,17 +1,17 @@
1
1
  import { z } from 'zod/v4';
2
2
 
3
- declare const Schema_BaseEntity: z.ZodNullable<z.ZodObject<{
3
+ declare const Schema_BaseEntity: z.ZodObject<{
4
4
  id: z.ZodOptional<z.ZodNumber>;
5
- tempId: z.ZodOptional<z.ZodString>;
6
- code: z.ZodOptional<z.ZodString>;
7
- name: z.ZodOptional<z.ZodString>;
8
- concurrencyStamp: z.ZodOptional<z.ZodString>;
9
- isEnabled: z.ZodOptional<z.ZodBoolean>;
10
- modifiedWhen: z.ZodOptional<z.ZodString>;
11
- modifiedFullName: z.ZodOptional<z.ZodString>;
12
- createdBy: z.ZodOptional<z.ZodNumber>;
13
- createWhen: z.ZodOptional<z.ZodString>;
14
- }, z.core.$strip>>;
5
+ tempId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
+ code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ concurrencyStamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ isEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10
+ modifiedWhen: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ modifiedFullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ createdBy: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
13
+ createWhen: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>;
15
15
  type Type_BaseEntity = z.infer<typeof Schema_BaseEntity>;
16
16
 
17
17
  export { Schema_BaseEntity, type Type_BaseEntity };
@@ -3,17 +3,17 @@ import "../chunk-JD6AELXS.mjs";
3
3
  // src/zod-schemas/BaseEntity.ts
4
4
  import { z } from "zod/v4";
5
5
  var Schema_BaseEntity = z.object({
6
- id: z.number(),
7
- tempId: z.string(),
8
- code: z.string().min(1, { error: "Vui l\xF2ng nh\u1EADp m\xE3" }),
9
- name: z.string().min(1, { error: "Vui l\xF2ng nh\u1EADp t\xEAn" }),
10
- concurrencyStamp: z.string(),
11
- isEnabled: z.boolean(),
12
- modifiedWhen: z.string(),
13
- modifiedFullName: z.string(),
14
- createdBy: z.number(),
15
- createWhen: z.string()
16
- }).partial().nullable();
6
+ id: z.number().optional(),
7
+ tempId: z.string().nullable().optional(),
8
+ code: z.string().min(1, { error: "Vui l\xF2ng nh\u1EADp m\xE3" }).nullable().optional(),
9
+ name: z.string().min(1, { error: "Vui l\xF2ng nh\u1EADp t\xEAn" }).nullable().optional(),
10
+ concurrencyStamp: z.string().nullable().optional(),
11
+ isEnabled: z.boolean().nullable().optional(),
12
+ modifiedWhen: z.string().nullable().optional(),
13
+ modifiedFullName: z.string().nullable().optional(),
14
+ createdBy: z.number().nullable().optional(),
15
+ createWhen: z.string().nullable().optional()
16
+ });
17
17
  export {
18
18
  Schema_BaseEntity
19
19
  };
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "types": "./dist/zod-schemas/index.d.mts"
59
59
  }
60
60
  },
61
- "version": "0.1.1065",
61
+ "version": "0.1.1067",
62
62
  "private": false,
63
63
  "files": [
64
64
  "dist"
@@ -28,14 +28,14 @@ import {
28
28
  import {
29
29
  createGenericStore
30
30
  } from "./chunk-BTITP4TN.mjs";
31
- import {
32
- const_object_colors,
33
- const_object_documentTypes
34
- } from "./chunk-OHAOJE5F.mjs";
35
31
  import {
36
32
  enumLabel_gender,
37
33
  enum_daysOfWeek
38
34
  } from "./chunk-J4WTZ3B4.mjs";
35
+ import {
36
+ const_object_colors,
37
+ const_object_documentTypes
38
+ } from "./chunk-OHAOJE5F.mjs";
39
39
  import {
40
40
  baseAxios_default,
41
41
  createBaseApi,