aq-fe-framework 0.1.651 → 0.1.653
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.
- package/dist/{chunk-3SZWWNH4.mjs → chunk-2HJ7QAH4.mjs} +7 -1
- package/dist/{chunk-NFSUFJEO.mjs → chunk-XW4UDX6G.mjs} +1 -1
- package/dist/components/index.mjs +3 -3
- package/dist/core/index.mjs +3 -3
- package/dist/coreService/index.mjs +3 -3
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +3 -3
- package/dist/stores/index.d.mts +3 -2
- package/dist/stores/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -83,7 +83,13 @@ var useStore2 = createGenericStore({
|
|
|
83
83
|
});
|
|
84
84
|
function useStore_TenantSettings() {
|
|
85
85
|
const store = useStore2();
|
|
86
|
-
|
|
86
|
+
function getSetting(settingKey) {
|
|
87
|
+
var _a, _b;
|
|
88
|
+
return (_b = (_a = store.state.tenantSettings) == null ? void 0 : _a.find((s) => s.settingKey === settingKey)) == null ? void 0 : _b.settingValue;
|
|
89
|
+
}
|
|
90
|
+
return __spreadProps(__spreadValues({}, store), {
|
|
91
|
+
getSetting
|
|
92
|
+
});
|
|
87
93
|
}
|
|
88
94
|
|
|
89
95
|
export {
|
|
@@ -70,16 +70,16 @@ import {
|
|
|
70
70
|
useHeaderMegaMenuStore,
|
|
71
71
|
useS_ButtonImport,
|
|
72
72
|
useStore_BasicAppShell
|
|
73
|
-
} from "../chunk-
|
|
74
|
-
import "../chunk-
|
|
73
|
+
} from "../chunk-XW4UDX6G.mjs";
|
|
74
|
+
import "../chunk-2HJ7QAH4.mjs";
|
|
75
75
|
import "../chunk-GMM6RIVS.mjs";
|
|
76
76
|
import "../chunk-7PUDC2WF.mjs";
|
|
77
77
|
import "../chunk-EWDS5IOF.mjs";
|
|
78
78
|
import "../chunk-IUTUR43V.mjs";
|
|
79
79
|
import "../chunk-MNJNQRZU.mjs";
|
|
80
80
|
import "../chunk-CZWDOLZ3.mjs";
|
|
81
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
82
81
|
import "../chunk-7ZCOFATU.mjs";
|
|
82
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
83
83
|
import "../chunk-FWCSY2DS.mjs";
|
|
84
84
|
export {
|
|
85
85
|
AQButtonCreateByImportFile,
|
package/dist/core/index.mjs
CHANGED
|
@@ -23,16 +23,16 @@ import {
|
|
|
23
23
|
MyStatsCard,
|
|
24
24
|
MyTextInput2 as MyTextInput,
|
|
25
25
|
MyWeeklySessionSchedulerPicker
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-XW4UDX6G.mjs";
|
|
27
|
+
import "../chunk-2HJ7QAH4.mjs";
|
|
28
28
|
import "../chunk-GMM6RIVS.mjs";
|
|
29
29
|
import "../chunk-7PUDC2WF.mjs";
|
|
30
30
|
import "../chunk-EWDS5IOF.mjs";
|
|
31
31
|
import "../chunk-IUTUR43V.mjs";
|
|
32
32
|
import "../chunk-MNJNQRZU.mjs";
|
|
33
33
|
import "../chunk-CZWDOLZ3.mjs";
|
|
34
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
35
34
|
import "../chunk-7ZCOFATU.mjs";
|
|
35
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
36
36
|
import "../chunk-FWCSY2DS.mjs";
|
|
37
37
|
export {
|
|
38
38
|
DroppablePlaceholder,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-XW4UDX6G.mjs";
|
|
4
|
+
import "../chunk-2HJ7QAH4.mjs";
|
|
5
5
|
import "../chunk-GMM6RIVS.mjs";
|
|
6
6
|
import "../chunk-7PUDC2WF.mjs";
|
|
7
7
|
import "../chunk-EWDS5IOF.mjs";
|
|
@@ -10,8 +10,8 @@ import "../chunk-MNJNQRZU.mjs";
|
|
|
10
10
|
import {
|
|
11
11
|
useMyReactMutation
|
|
12
12
|
} from "../chunk-CZWDOLZ3.mjs";
|
|
13
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
14
13
|
import "../chunk-7ZCOFATU.mjs";
|
|
14
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
15
15
|
import {
|
|
16
16
|
__objRest,
|
|
17
17
|
__spreadValues
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -106,16 +106,16 @@ import {
|
|
|
106
106
|
Feat_accessControlLevel,
|
|
107
107
|
useS_authenticate,
|
|
108
108
|
useS_moduleConfig
|
|
109
|
-
} from "../chunk-
|
|
110
|
-
import "../chunk-
|
|
109
|
+
} from "../chunk-XW4UDX6G.mjs";
|
|
110
|
+
import "../chunk-2HJ7QAH4.mjs";
|
|
111
111
|
import "../chunk-GMM6RIVS.mjs";
|
|
112
112
|
import "../chunk-7PUDC2WF.mjs";
|
|
113
113
|
import "../chunk-EWDS5IOF.mjs";
|
|
114
114
|
import "../chunk-IUTUR43V.mjs";
|
|
115
115
|
import "../chunk-MNJNQRZU.mjs";
|
|
116
116
|
import "../chunk-CZWDOLZ3.mjs";
|
|
117
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
118
117
|
import "../chunk-7ZCOFATU.mjs";
|
|
118
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
119
119
|
import "../chunk-FWCSY2DS.mjs";
|
|
120
120
|
export {
|
|
121
121
|
ENUM_BUSINESS_TYPE,
|
package/dist/stores/index.d.mts
CHANGED
|
@@ -37,9 +37,9 @@ declare function useStore_Permission(): {
|
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
interface ITenantSetting {
|
|
40
|
+
settingKey?: string;
|
|
41
|
+
settingValue?: string | boolean | number;
|
|
40
42
|
pageId?: number;
|
|
41
|
-
settingValue?: string;
|
|
42
|
-
settingKey?: string | boolean | number;
|
|
43
43
|
description?: string;
|
|
44
44
|
}
|
|
45
45
|
interface I {
|
|
@@ -47,6 +47,7 @@ interface I {
|
|
|
47
47
|
currentTenantSetting?: ITenantSetting;
|
|
48
48
|
}
|
|
49
49
|
declare function useStore_TenantSettings(): {
|
|
50
|
+
getSetting: (settingKey: string) => string | number | boolean | undefined;
|
|
50
51
|
state: I;
|
|
51
52
|
setState: (newState: I) => void;
|
|
52
53
|
setProperty: <K extends keyof I>(key: K, value: I[K]) => void;
|
package/dist/stores/index.mjs
CHANGED