aq-fe-framework 0.1.450 → 0.1.452
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-5LQERGH7.mjs → chunk-KFSAV44B.mjs} +2 -1
- package/dist/{chunk-3DBUUHTM.mjs → chunk-M6C567QA.mjs} +2 -2
- package/dist/{chunk-LF3ET3DR.mjs → chunk-WUXEUR7R.mjs} +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.mjs +3 -3
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +6 -6
- package/package.json +1 -1
@@ -12,7 +12,7 @@ import {
|
|
12
12
|
import {
|
13
13
|
useMyReactMutation,
|
14
14
|
useMyReactQuery
|
15
|
-
} from "./chunk-
|
15
|
+
} from "./chunk-KFSAV44B.mjs";
|
16
16
|
import {
|
17
17
|
utils_notification_show
|
18
18
|
} from "./chunk-7ZCOFATU.mjs";
|
@@ -628,7 +628,7 @@ function MySelect(_a) {
|
|
628
628
|
} else if (isLoading) {
|
629
629
|
placeholder = "\u0110ang t\u1EA3i...";
|
630
630
|
} else if (label) {
|
631
|
-
const plainTextLabel = extractTextFromReactNode(label).toLowerCase();
|
631
|
+
const plainTextLabel = extractTextFromReactNode(label).toLowerCase().trim();
|
632
632
|
placeholder = `Ch\u1ECDn ${plainTextLabel}`;
|
633
633
|
}
|
634
634
|
return /* @__PURE__ */ jsx12(
|
@@ -62,7 +62,7 @@ import {
|
|
62
62
|
useS_BasicAppShell,
|
63
63
|
useS_ButtonImport,
|
64
64
|
utils_layout_getItemsWithoutLinks
|
65
|
-
} from "../chunk-
|
65
|
+
} from "../chunk-WUXEUR7R.mjs";
|
66
66
|
import "../chunk-U62R2QKJ.mjs";
|
67
67
|
import "../chunk-5U2JSHSJ.mjs";
|
68
68
|
import {
|
@@ -71,7 +71,7 @@ import {
|
|
71
71
|
MyFlexRow
|
72
72
|
} from "../chunk-RZBHPPQT.mjs";
|
73
73
|
import "../chunk-OMJJAHOC.mjs";
|
74
|
-
import "../chunk-
|
74
|
+
import "../chunk-KFSAV44B.mjs";
|
75
75
|
import "../chunk-7ZCOFATU.mjs";
|
76
76
|
import "../chunk-FWCSY2DS.mjs";
|
77
77
|
export {
|
package/dist/core/index.mjs
CHANGED
@@ -14,12 +14,12 @@ import {
|
|
14
14
|
MyStatsCard,
|
15
15
|
MyTextInput,
|
16
16
|
MyWeeklySessionSchedulerPicker
|
17
|
-
} from "../chunk-
|
18
|
-
import "../chunk-RZBHPPQT.mjs";
|
17
|
+
} from "../chunk-M6C567QA.mjs";
|
19
18
|
import "../chunk-GFEMKKFH.mjs";
|
19
|
+
import "../chunk-RZBHPPQT.mjs";
|
20
20
|
import "../chunk-OMJJAHOC.mjs";
|
21
21
|
import "../chunk-K6S7R6LU.mjs";
|
22
|
-
import "../chunk-
|
22
|
+
import "../chunk-KFSAV44B.mjs";
|
23
23
|
import "../chunk-7ZCOFATU.mjs";
|
24
24
|
import "../chunk-FWCSY2DS.mjs";
|
25
25
|
export {
|
package/dist/hooks/index.mjs
CHANGED
@@ -33,7 +33,7 @@ import {
|
|
33
33
|
groupToTwoLevels,
|
34
34
|
useS_authenticate,
|
35
35
|
utils_layout_getItemsWithoutLinks
|
36
|
-
} from "../chunk-
|
36
|
+
} from "../chunk-WUXEUR7R.mjs";
|
37
37
|
import {
|
38
38
|
createGenericStore
|
39
39
|
} from "../chunk-U62R2QKJ.mjs";
|
@@ -42,15 +42,15 @@ import {
|
|
42
42
|
MyButton as MyButton2,
|
43
43
|
MyDataTableSelectOne,
|
44
44
|
MyTextInput as MyTextInput2
|
45
|
-
} from "../chunk-
|
45
|
+
} from "../chunk-M6C567QA.mjs";
|
46
|
+
import {
|
47
|
+
const_object_documentTypes
|
48
|
+
} from "../chunk-GFEMKKFH.mjs";
|
46
49
|
import {
|
47
50
|
MyDataTable,
|
48
51
|
MyFlexColumn,
|
49
52
|
MyFlexRow
|
50
53
|
} from "../chunk-RZBHPPQT.mjs";
|
51
|
-
import {
|
52
|
-
const_object_documentTypes
|
53
|
-
} from "../chunk-GFEMKKFH.mjs";
|
54
54
|
import {
|
55
55
|
const_object_colors
|
56
56
|
} from "../chunk-OMJJAHOC.mjs";
|
@@ -67,7 +67,7 @@ import {
|
|
67
67
|
useMyRouter,
|
68
68
|
useQ_AQ_GetAQModule,
|
69
69
|
useQ_SkillCenter_GetAll
|
70
|
-
} from "../chunk-
|
70
|
+
} from "../chunk-KFSAV44B.mjs";
|
71
71
|
import {
|
72
72
|
utils_notification_show
|
73
73
|
} from "../chunk-7ZCOFATU.mjs";
|