aq-fe-framework 0.1.1132 → 0.1.1133
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,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createGenericStore as createGenericStore2,
|
|
3
|
-
useAppStore,
|
|
4
|
-
useStore_Permission,
|
|
5
|
-
useStore_ProjectInfo
|
|
6
|
-
} from "./chunk-WW55EZ4B.mjs";
|
|
7
1
|
import {
|
|
8
2
|
utils_aq_mapBaseEntityToDomain,
|
|
9
3
|
utils_aq_mapDomainToEntity,
|
|
@@ -17,6 +11,12 @@ import {
|
|
|
17
11
|
utils_notification_show,
|
|
18
12
|
utils_pdf_download
|
|
19
13
|
} from "./chunk-KGBXMHKR.mjs";
|
|
14
|
+
import {
|
|
15
|
+
createGenericStore as createGenericStore2,
|
|
16
|
+
useAppStore,
|
|
17
|
+
useStore_Permission,
|
|
18
|
+
useStore_ProjectInfo
|
|
19
|
+
} from "./chunk-WW55EZ4B.mjs";
|
|
20
20
|
import {
|
|
21
21
|
utils_currency,
|
|
22
22
|
utils_date,
|
|
@@ -16858,8 +16858,9 @@ function CustomSelectAPI(_a) {
|
|
|
16858
16858
|
};
|
|
16859
16859
|
})) != null ? _b2 : [];
|
|
16860
16860
|
useEffect44(() => {
|
|
16861
|
-
if (
|
|
16862
|
-
|
|
16861
|
+
if (!query.data) return;
|
|
16862
|
+
if (autoSelectFirst && !value && query.data.length > 0) {
|
|
16863
|
+
onChange == null ? void 0 : onChange(query.data[0].id, query.data[0]);
|
|
16863
16864
|
}
|
|
16864
16865
|
}, [autoSelectFirst, query.data, value, onChange]);
|
|
16865
16866
|
const handleChange = (selectedId) => {
|
|
@@ -65,9 +65,9 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
69
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
68
|
+
} from "../chunk-VPZY7ULU.mjs";
|
|
70
69
|
import "../chunk-KGBXMHKR.mjs";
|
|
70
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
71
71
|
import "../chunk-7ZI7IOEP.mjs";
|
|
72
72
|
import "../chunk-NYAWQRB7.mjs";
|
|
73
73
|
import "../chunk-BTITP4TN.mjs";
|
package/dist/core/index.mjs
CHANGED
|
@@ -36,9 +36,9 @@ import {
|
|
|
36
36
|
MyStatsCard,
|
|
37
37
|
MyTextInput2 as MyTextInput,
|
|
38
38
|
MyWeeklySessionSchedulerPicker
|
|
39
|
-
} from "../chunk-
|
|
40
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
39
|
+
} from "../chunk-VPZY7ULU.mjs";
|
|
41
40
|
import "../chunk-KGBXMHKR.mjs";
|
|
41
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
42
42
|
import "../chunk-7ZI7IOEP.mjs";
|
|
43
43
|
import "../chunk-NYAWQRB7.mjs";
|
|
44
44
|
import "../chunk-BTITP4TN.mjs";
|
|
@@ -64,9 +64,9 @@ import {
|
|
|
64
64
|
MailTemplateDeleteButton,
|
|
65
65
|
useS_moduleConfig,
|
|
66
66
|
useStore_Authenticate
|
|
67
|
-
} from "../chunk-
|
|
68
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
67
|
+
} from "../chunk-VPZY7ULU.mjs";
|
|
69
68
|
import "../chunk-KGBXMHKR.mjs";
|
|
69
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
70
70
|
import "../chunk-7ZI7IOEP.mjs";
|
|
71
71
|
import "../chunk-NYAWQRB7.mjs";
|
|
72
72
|
import "../chunk-BTITP4TN.mjs";
|
package/dist/shared/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MySelect,
|
|
3
3
|
Shared_DocTypeSelect
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-WW55EZ4B.mjs";
|
|
4
|
+
} from "../chunk-VPZY7ULU.mjs";
|
|
6
5
|
import "../chunk-KGBXMHKR.mjs";
|
|
6
|
+
import "../chunk-WW55EZ4B.mjs";
|
|
7
7
|
import {
|
|
8
8
|
utils_converter
|
|
9
9
|
} from "../chunk-7ZI7IOEP.mjs";
|