aq-fe-framework 0.1.311 → 0.1.312
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.
@@ -720,7 +720,7 @@ function MyAppSpotlight({ menu }) {
|
|
720
720
|
leftSection: /* @__PURE__ */ jsx15(IconSearch, { stroke: 1.5 })
|
721
721
|
}
|
722
722
|
),
|
723
|
-
/* @__PURE__ */ jsx15(Spotlight.ActionsList, { mah: "
|
723
|
+
/* @__PURE__ */ jsx15(Spotlight.ActionsList, { mah: "70vh", children: filteredItems.length > 0 ? filteredItems.map((item, idx) => /* @__PURE__ */ jsx15(
|
724
724
|
Spotlight.Action,
|
725
725
|
{
|
726
726
|
onClick: () => {
|
package/dist/core/index.mjs
CHANGED
@@ -6,10 +6,10 @@ import {
|
|
6
6
|
MyDayOfWeekPicker,
|
7
7
|
MyTextInput,
|
8
8
|
MyWeeklySessionSchedulerPicker
|
9
|
-
} from "../chunk-
|
9
|
+
} from "../chunk-BL4VA2RG.mjs";
|
10
10
|
import "../chunk-HHJFKKE7.mjs";
|
11
|
-
import "../chunk-NWBLJ3W3.mjs";
|
12
11
|
import "../chunk-K6S7R6LU.mjs";
|
12
|
+
import "../chunk-NWBLJ3W3.mjs";
|
13
13
|
import "../chunk-QPNYGFTI.mjs";
|
14
14
|
import "../chunk-7ZCOFATU.mjs";
|
15
15
|
import "../chunk-FWCSY2DS.mjs";
|
@@ -30,26 +30,26 @@ import {
|
|
30
30
|
useS_BasicAppShell,
|
31
31
|
useS_authenticate,
|
32
32
|
utils_layout_getItemsWithoutLinks
|
33
|
-
} from "../chunk-
|
33
|
+
} from "../chunk-MLYVD4EV.mjs";
|
34
34
|
import "../chunk-5U2JSHSJ.mjs";
|
35
|
-
import {
|
36
|
-
const_object_documentTypes
|
37
|
-
} from "../chunk-GFEMKKFH.mjs";
|
38
35
|
import {
|
39
36
|
MyButton as MyButton2,
|
40
37
|
MyTextInput as MyTextInput2
|
41
|
-
} from "../chunk-
|
38
|
+
} from "../chunk-BL4VA2RG.mjs";
|
42
39
|
import {
|
43
40
|
MyFlexColumn,
|
44
41
|
MyFlexRow
|
45
42
|
} from "../chunk-HHJFKKE7.mjs";
|
46
|
-
import {
|
47
|
-
const_object_colors
|
48
|
-
} from "../chunk-NWBLJ3W3.mjs";
|
49
43
|
import {
|
50
44
|
enum_emailConfigModule
|
51
45
|
} from "../chunk-VH4ZAD6M.mjs";
|
52
46
|
import "../chunk-K6S7R6LU.mjs";
|
47
|
+
import {
|
48
|
+
const_object_documentTypes
|
49
|
+
} from "../chunk-GFEMKKFH.mjs";
|
50
|
+
import {
|
51
|
+
const_object_colors
|
52
|
+
} from "../chunk-NWBLJ3W3.mjs";
|
53
53
|
import {
|
54
54
|
baseAxios_default,
|
55
55
|
createBaseApi,
|
package/package.json
CHANGED
@@ -2,12 +2,12 @@ import {
|
|
2
2
|
MyFlexColumn,
|
3
3
|
MyFlexRow
|
4
4
|
} from "./chunk-HHJFKKE7.mjs";
|
5
|
-
import {
|
6
|
-
const_object_colors
|
7
|
-
} from "./chunk-NWBLJ3W3.mjs";
|
8
5
|
import {
|
9
6
|
enum_daysOfWeek
|
10
7
|
} from "./chunk-K6S7R6LU.mjs";
|
8
|
+
import {
|
9
|
+
const_object_colors
|
10
|
+
} from "./chunk-NWBLJ3W3.mjs";
|
11
11
|
import {
|
12
12
|
useMyReactMutation
|
13
13
|
} from "./chunk-QPNYGFTI.mjs";
|