aq-fe-framework 0.1.752 → 0.1.753

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.
@@ -26,7 +26,7 @@ import {
26
26
  import {
27
27
  const_object_colors,
28
28
  const_object_documentTypes
29
- } from "./chunk-REMYBOSK.mjs";
29
+ } from "./chunk-IUTUR43V.mjs";
30
30
  import {
31
31
  enum_daysOfWeek
32
32
  } from "./chunk-K6S7R6LU.mjs";
@@ -57,6 +57,7 @@ import {
57
57
  IconEdit,
58
58
  IconFileExport,
59
59
  IconFileImport,
60
+ IconMail,
60
61
  IconPencil,
61
62
  IconPlus,
62
63
  IconPrinter,
@@ -120,6 +121,10 @@ var getActionConfig = (colorScheme) => ({
120
121
  viewFile: {
121
122
  color: "green",
122
123
  children: /* @__PURE__ */ jsx(IconBook, {})
124
+ },
125
+ sendMail: {
126
+ color: "grape",
127
+ children: /* @__PURE__ */ jsx(IconMail, {})
123
128
  }
124
129
  });
125
130
  function MyActionIcon(_a) {
@@ -147,6 +152,7 @@ import {
147
152
  IconDownload,
148
153
  IconEdit as IconEdit2,
149
154
  IconLivePhoto,
155
+ IconMail as IconMail2,
150
156
  IconPencil as IconPencil2,
151
157
  IconPlus as IconPlus2,
152
158
  IconPrinter as IconPrinter2,
@@ -226,6 +232,11 @@ var getActionConfig2 = (colorScheme) => ({
226
232
  color: "cyan",
227
233
  leftSection: /* @__PURE__ */ jsx2(IconLivePhoto, {}),
228
234
  children: "Xem file"
235
+ },
236
+ sendMail: {
237
+ color: "grape",
238
+ leftSection: /* @__PURE__ */ jsx2(IconMail2, {}),
239
+ children: "G\u1EEDi mail"
229
240
  }
230
241
  });
231
242
  function MyButton(_a) {
@@ -70,12 +70,12 @@ import {
70
70
  useHeaderMegaMenuStore,
71
71
  useS_ButtonImport,
72
72
  useStore_BasicAppShell
73
- } from "../chunk-YX4NDHER.mjs";
73
+ } from "../chunk-5ZYKAIT6.mjs";
74
74
  import "../chunk-SUH3FFFV.mjs";
75
75
  import "../chunk-2B2FKBKX.mjs";
76
76
  import "../chunk-O7YCQQO5.mjs";
77
77
  import "../chunk-QSWIVDXC.mjs";
78
- import "../chunk-REMYBOSK.mjs";
78
+ import "../chunk-IUTUR43V.mjs";
79
79
  import "../chunk-K6S7R6LU.mjs";
80
80
  import "../chunk-NSBIYOKX.mjs";
81
81
  import "../chunk-WZ6PXGGC.mjs";
@@ -3,7 +3,7 @@ import {
3
3
  const_object_colors,
4
4
  const_object_documentTypes,
5
5
  const_object_generalMenuData
6
- } from "../chunk-REMYBOSK.mjs";
6
+ } from "../chunk-IUTUR43V.mjs";
7
7
  import "../chunk-FWCSY2DS.mjs";
8
8
  export {
9
9
  const_array_daysOfWeek,
@@ -25,12 +25,12 @@ import {
25
25
  MyStatsCard,
26
26
  MyTextInput2 as MyTextInput,
27
27
  MyWeeklySessionSchedulerPicker
28
- } from "../chunk-YX4NDHER.mjs";
28
+ } from "../chunk-5ZYKAIT6.mjs";
29
29
  import "../chunk-SUH3FFFV.mjs";
30
30
  import "../chunk-2B2FKBKX.mjs";
31
31
  import "../chunk-O7YCQQO5.mjs";
32
32
  import "../chunk-QSWIVDXC.mjs";
33
- import "../chunk-REMYBOSK.mjs";
33
+ import "../chunk-IUTUR43V.mjs";
34
34
  import "../chunk-K6S7R6LU.mjs";
35
35
  import "../chunk-NSBIYOKX.mjs";
36
36
  import "../chunk-WZ6PXGGC.mjs";
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  MyModalDelete
3
- } from "../chunk-YX4NDHER.mjs";
3
+ } from "../chunk-5ZYKAIT6.mjs";
4
4
  import "../chunk-SUH3FFFV.mjs";
5
5
  import "../chunk-2B2FKBKX.mjs";
6
6
  import "../chunk-O7YCQQO5.mjs";
7
7
  import "../chunk-QSWIVDXC.mjs";
8
- import "../chunk-REMYBOSK.mjs";
8
+ import "../chunk-IUTUR43V.mjs";
9
9
  import "../chunk-K6S7R6LU.mjs";
10
10
  import {
11
11
  useMyReactMutation
@@ -112,12 +112,12 @@ import {
112
112
  MailTemplateDeleteButton,
113
113
  useS_moduleConfig,
114
114
  useStore_Authenticate
115
- } from "../chunk-YX4NDHER.mjs";
115
+ } from "../chunk-5ZYKAIT6.mjs";
116
116
  import "../chunk-SUH3FFFV.mjs";
117
117
  import "../chunk-2B2FKBKX.mjs";
118
118
  import "../chunk-O7YCQQO5.mjs";
119
119
  import "../chunk-QSWIVDXC.mjs";
120
- import "../chunk-REMYBOSK.mjs";
120
+ import "../chunk-IUTUR43V.mjs";
121
121
  import "../chunk-K6S7R6LU.mjs";
122
122
  import "../chunk-NSBIYOKX.mjs";
123
123
  import "../chunk-WZ6PXGGC.mjs";
@@ -3,6 +3,6 @@ export { a as typeLabel_mutation, t as type_mutation } from '../type_mutation-CC
3
3
 
4
4
  type type_mantineSize = number | MantineSize | (string & {}) | undefined;
5
5
  type type_tempStatus = "default" | "created" | "updated" | "deleted";
6
- type type_action = "default" | "create" | "update" | "delete" | "save" | "createMultiple" | "check" | "import" | "print" | "cancel" | "export" | "select" | "find" | "tempDelete" | "tempUpdate" | "viewFile";
6
+ type type_action = "default" | "create" | "update" | "delete" | "save" | "createMultiple" | "check" | "import" | "print" | "cancel" | "export" | "select" | "find" | "tempDelete" | "tempUpdate" | "viewFile" | "sendMail";
7
7
 
8
8
  export type { type_action, type_mantineSize, type_tempStatus };
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "types": "./dist/types/index.d.mts"
51
51
  }
52
52
  },
53
- "version": "0.1.752",
53
+ "version": "0.1.753",
54
54
  "private": false,
55
55
  "files": [
56
56
  "dist"
@@ -72,8 +72,8 @@ var const_object_generalMenuData = {
72
72
  };
73
73
 
74
74
  export {
75
- const_array_daysOfWeek,
76
75
  const_object_colors,
76
+ const_array_daysOfWeek,
77
77
  const_object_documentTypes,
78
78
  const_object_generalMenuData
79
79
  };