aq-fe-framework 0.1.143 → 0.1.144
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.
@@ -2,15 +2,15 @@ import {
|
|
2
2
|
baseAxios_default,
|
3
3
|
useQ_AQ_GetAQModule
|
4
4
|
} from "./chunk-Z6OQG54Q.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,
|
@@ -610,7 +610,7 @@ function MySwitchTheme() {
|
|
610
610
|
variant: "default",
|
611
611
|
size: "lg",
|
612
612
|
radius: "md",
|
613
|
-
"aria-label": "Toggle color scheme",
|
613
|
+
"aria-label": "Toggle color scheme ",
|
614
614
|
children: [
|
615
615
|
colorScheme == "dark" && /* @__PURE__ */ jsx15(IconSun, { width: "22px", height: "22px", stroke: 1.5 }),
|
616
616
|
colorScheme == "light" && /* @__PURE__ */ jsx15(IconMoon, { width: "22px", height: "22px", stroke: 1.5 })
|
@@ -66,11 +66,11 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "../chunk-
|
69
|
+
} from "../chunk-MOP3KCFQ.mjs";
|
70
70
|
import "../chunk-Z6OQG54Q.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,
|
@@ -24,11 +24,14 @@ import {
|
|
24
24
|
groupToTwoLevels,
|
25
25
|
useS_authenticate,
|
26
26
|
utils_layout_getItemsWithoutLinks
|
27
|
-
} from "../chunk-
|
27
|
+
} from "../chunk-MOP3KCFQ.mjs";
|
28
28
|
import {
|
29
29
|
baseAxios_default,
|
30
30
|
useQ_AQ_GetAQModule
|
31
31
|
} from "../chunk-Z6OQG54Q.mjs";
|
32
|
+
import {
|
33
|
+
createGenericStore
|
34
|
+
} from "../chunk-Y3YGC5IH.mjs";
|
32
35
|
import {
|
33
36
|
U0DateToDDMMYYYString,
|
34
37
|
U0MyValidateEmail,
|
@@ -39,9 +42,6 @@ import "../chunk-5U2JSHSJ.mjs";
|
|
39
42
|
import {
|
40
43
|
utils_notification_show
|
41
44
|
} from "../chunk-7ZCOFATU.mjs";
|
42
|
-
import {
|
43
|
-
createGenericStore
|
44
|
-
} from "../chunk-Y3YGC5IH.mjs";
|
45
45
|
import {
|
46
46
|
__objRest,
|
47
47
|
__spreadProps,
|