aq-fe-framework 0.1.1099 → 0.1.1100
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.
|
@@ -12,12 +12,6 @@ import {
|
|
|
12
12
|
utils_notification_show,
|
|
13
13
|
utils_pdf_download
|
|
14
14
|
} from "./chunk-KGBXMHKR.mjs";
|
|
15
|
-
import {
|
|
16
|
-
createGenericStore as createGenericStore2,
|
|
17
|
-
useAppStore,
|
|
18
|
-
useStore_Permission,
|
|
19
|
-
useStore_ProjectInfo
|
|
20
|
-
} from "./chunk-WW55EZ4B.mjs";
|
|
21
15
|
import {
|
|
22
16
|
utils_currency,
|
|
23
17
|
utils_date,
|
|
@@ -26,17 +20,23 @@ import {
|
|
|
26
20
|
utils_mantineReactTable,
|
|
27
21
|
utils_text
|
|
28
22
|
} from "./chunk-7ZI7IOEP.mjs";
|
|
23
|
+
import {
|
|
24
|
+
createGenericStore as createGenericStore2,
|
|
25
|
+
useAppStore,
|
|
26
|
+
useStore_Permission,
|
|
27
|
+
useStore_ProjectInfo
|
|
28
|
+
} from "./chunk-WW55EZ4B.mjs";
|
|
29
29
|
import {
|
|
30
30
|
createGenericStore
|
|
31
31
|
} from "./chunk-BTITP4TN.mjs";
|
|
32
|
-
import {
|
|
33
|
-
const_object_colors,
|
|
34
|
-
const_object_documentTypes
|
|
35
|
-
} from "./chunk-CB5DJQTF.mjs";
|
|
36
32
|
import {
|
|
37
33
|
enumLabel_gender,
|
|
38
34
|
enum_daysOfWeek
|
|
39
35
|
} from "./chunk-VFTEXXA7.mjs";
|
|
36
|
+
import {
|
|
37
|
+
const_object_colors,
|
|
38
|
+
const_object_documentTypes
|
|
39
|
+
} from "./chunk-CB5DJQTF.mjs";
|
|
40
40
|
import {
|
|
41
41
|
baseAxios_default,
|
|
42
42
|
createBaseApi,
|
|
@@ -1990,6 +1990,7 @@ function MyDataTable(_a) {
|
|
|
1990
1990
|
case "roundedTo2":
|
|
1991
1991
|
col.Cell = ({ cell }) => {
|
|
1992
1992
|
const value = cell.getValue();
|
|
1993
|
+
if (!value) return "";
|
|
1993
1994
|
return value.toFixed(2);
|
|
1994
1995
|
};
|
|
1995
1996
|
col.size = 80;
|
|
@@ -65,14 +65,14 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-AP4HBJ3P.mjs";
|
|
69
69
|
import "../chunk-KGBXMHKR.mjs";
|
|
70
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
71
70
|
import "../chunk-7ZI7IOEP.mjs";
|
|
71
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
72
72
|
import "../chunk-NYAWQRB7.mjs";
|
|
73
73
|
import "../chunk-BTITP4TN.mjs";
|
|
74
|
-
import "../chunk-CB5DJQTF.mjs";
|
|
75
74
|
import "../chunk-VFTEXXA7.mjs";
|
|
75
|
+
import "../chunk-CB5DJQTF.mjs";
|
|
76
76
|
import "../chunk-Z76CSZFI.mjs";
|
|
77
77
|
import "../chunk-WZ6PXGGC.mjs";
|
|
78
78
|
import "../chunk-JD6AELXS.mjs";
|
package/dist/core/index.mjs
CHANGED
|
@@ -34,14 +34,14 @@ import {
|
|
|
34
34
|
MyStatsCard,
|
|
35
35
|
MyTextInput2 as MyTextInput,
|
|
36
36
|
MyWeeklySessionSchedulerPicker
|
|
37
|
-
} from "../chunk-
|
|
37
|
+
} from "../chunk-AP4HBJ3P.mjs";
|
|
38
38
|
import "../chunk-KGBXMHKR.mjs";
|
|
39
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
40
39
|
import "../chunk-7ZI7IOEP.mjs";
|
|
40
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
41
41
|
import "../chunk-NYAWQRB7.mjs";
|
|
42
42
|
import "../chunk-BTITP4TN.mjs";
|
|
43
|
-
import "../chunk-CB5DJQTF.mjs";
|
|
44
43
|
import "../chunk-VFTEXXA7.mjs";
|
|
44
|
+
import "../chunk-CB5DJQTF.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-
|
|
100
|
+
} from "../chunk-AP4HBJ3P.mjs";
|
|
101
101
|
import "../chunk-KGBXMHKR.mjs";
|
|
102
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
103
102
|
import "../chunk-7ZI7IOEP.mjs";
|
|
103
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
104
104
|
import "../chunk-NYAWQRB7.mjs";
|
|
105
105
|
import "../chunk-BTITP4TN.mjs";
|
|
106
|
-
import "../chunk-CB5DJQTF.mjs";
|
|
107
106
|
import "../chunk-VFTEXXA7.mjs";
|
|
107
|
+
import "../chunk-CB5DJQTF.mjs";
|
|
108
108
|
import "../chunk-Z76CSZFI.mjs";
|
|
109
109
|
import "../chunk-WZ6PXGGC.mjs";
|
|
110
110
|
import "../chunk-JD6AELXS.mjs";
|
package/dist/shared/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MySelect
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-AP4HBJ3P.mjs";
|
|
4
4
|
import "../chunk-KGBXMHKR.mjs";
|
|
5
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
6
5
|
import {
|
|
7
6
|
utils_converter
|
|
8
7
|
} from "../chunk-7ZI7IOEP.mjs";
|
|
8
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
9
9
|
import "../chunk-NYAWQRB7.mjs";
|
|
10
10
|
import "../chunk-BTITP4TN.mjs";
|
|
11
|
-
import "../chunk-CB5DJQTF.mjs";
|
|
12
11
|
import {
|
|
13
12
|
enumLabel_gender,
|
|
14
13
|
enum_gender
|
|
15
14
|
} from "../chunk-VFTEXXA7.mjs";
|
|
15
|
+
import "../chunk-CB5DJQTF.mjs";
|
|
16
16
|
import "../chunk-Z76CSZFI.mjs";
|
|
17
17
|
import "../chunk-WZ6PXGGC.mjs";
|
|
18
18
|
import {
|