aq-fe-framework 0.1.921 → 0.1.923
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-BOPXGBME.mjs → chunk-MP5KOAOO.mjs} +5 -4
- package/dist/components/index.mjs +2 -2
- package/dist/core/index.d.mts +2 -1
- package/dist/core/index.mjs +2 -2
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +2 -2
- package/dist/shared/index.mjs +2 -2
- package/package.json +2 -1
|
@@ -1073,14 +1073,15 @@ function MyLabelValueRow({
|
|
|
1073
1073
|
value,
|
|
1074
1074
|
labelProps,
|
|
1075
1075
|
valueProps,
|
|
1076
|
-
groupProps
|
|
1076
|
+
groupProps,
|
|
1077
|
+
size = "lg"
|
|
1077
1078
|
}) {
|
|
1078
|
-
return /* @__PURE__ */ jsxs11(Group6, __spreadProps(__spreadValues({ gap: 5, wrap: "nowrap" }, groupProps), { children: [
|
|
1079
|
-
/* @__PURE__ */ jsxs11(Text5, __spreadProps(__spreadValues({ fw:
|
|
1079
|
+
return /* @__PURE__ */ jsxs11(Group6, __spreadProps(__spreadValues({ gap: 5, wrap: "nowrap", align: "center" }, groupProps), { children: [
|
|
1080
|
+
/* @__PURE__ */ jsxs11(Text5, __spreadProps(__spreadValues({ fw: "bolder", size }, labelProps), { children: [
|
|
1080
1081
|
label,
|
|
1081
1082
|
":"
|
|
1082
1083
|
] })),
|
|
1083
|
-
/* @__PURE__ */ jsx20(Text5, __spreadProps(__spreadValues({ size
|
|
1084
|
+
/* @__PURE__ */ jsx20(Text5, __spreadProps(__spreadValues({ size }, valueProps), { children: value }))
|
|
1084
1085
|
] }));
|
|
1085
1086
|
}
|
|
1086
1087
|
|
|
@@ -70,7 +70,7 @@ import {
|
|
|
70
70
|
useHeaderMegaMenuStore,
|
|
71
71
|
useS_ButtonImport,
|
|
72
72
|
useStore_BasicAppShell
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-MP5KOAOO.mjs";
|
|
74
74
|
import "../chunk-QWHUDAPC.mjs";
|
|
75
75
|
import "../chunk-E4JVWPXS.mjs";
|
|
76
76
|
import "../chunk-ZDINCHBS.mjs";
|
|
@@ -79,8 +79,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
79
79
|
import "../chunk-SPG47QW7.mjs";
|
|
80
80
|
import "../chunk-K6S7R6LU.mjs";
|
|
81
81
|
import "../chunk-X36ROB3X.mjs";
|
|
82
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
83
82
|
import "../chunk-7ZCOFATU.mjs";
|
|
83
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
84
84
|
import "../chunk-JD6AELXS.mjs";
|
|
85
85
|
export {
|
|
86
86
|
AQButtonCreateByImportFile,
|
package/dist/core/index.d.mts
CHANGED
|
@@ -138,8 +138,9 @@ interface LabelValueRowProps {
|
|
|
138
138
|
labelProps?: TextProps;
|
|
139
139
|
valueProps?: TextProps;
|
|
140
140
|
groupProps?: GroupProps;
|
|
141
|
+
size?: TextProps["size"];
|
|
141
142
|
}
|
|
142
|
-
declare function MyLabelValueRow({ label, value, labelProps, valueProps, groupProps }: LabelValueRowProps): react_jsx_runtime.JSX.Element;
|
|
143
|
+
declare function MyLabelValueRow({ label, value, labelProps, valueProps, groupProps, size }: LabelValueRowProps): react_jsx_runtime.JSX.Element;
|
|
143
144
|
|
|
144
145
|
declare function MyStatsCard({ title, value, subtitle, icon, color, themeIconProps }: {
|
|
145
146
|
title: string;
|
package/dist/core/index.mjs
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
MyStatsCard,
|
|
32
32
|
MyTextInput2 as MyTextInput,
|
|
33
33
|
MyWeeklySessionSchedulerPicker
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-MP5KOAOO.mjs";
|
|
35
35
|
import "../chunk-QWHUDAPC.mjs";
|
|
36
36
|
import "../chunk-E4JVWPXS.mjs";
|
|
37
37
|
import "../chunk-ZDINCHBS.mjs";
|
|
@@ -40,8 +40,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
40
40
|
import "../chunk-SPG47QW7.mjs";
|
|
41
41
|
import "../chunk-K6S7R6LU.mjs";
|
|
42
42
|
import "../chunk-X36ROB3X.mjs";
|
|
43
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
44
43
|
import "../chunk-7ZCOFATU.mjs";
|
|
44
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
45
45
|
import "../chunk-JD6AELXS.mjs";
|
|
46
46
|
export {
|
|
47
47
|
CustomAutocomplete,
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -113,7 +113,7 @@ import {
|
|
|
113
113
|
MailTemplateDeleteButton,
|
|
114
114
|
useS_moduleConfig,
|
|
115
115
|
useStore_Authenticate
|
|
116
|
-
} from "../chunk-
|
|
116
|
+
} from "../chunk-MP5KOAOO.mjs";
|
|
117
117
|
import "../chunk-QWHUDAPC.mjs";
|
|
118
118
|
import "../chunk-E4JVWPXS.mjs";
|
|
119
119
|
import "../chunk-ZDINCHBS.mjs";
|
|
@@ -122,8 +122,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
122
122
|
import "../chunk-SPG47QW7.mjs";
|
|
123
123
|
import "../chunk-K6S7R6LU.mjs";
|
|
124
124
|
import "../chunk-X36ROB3X.mjs";
|
|
125
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
126
125
|
import "../chunk-7ZCOFATU.mjs";
|
|
126
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
127
127
|
import "../chunk-JD6AELXS.mjs";
|
|
128
128
|
export {
|
|
129
129
|
AcademicYearsCreate,
|
package/dist/shared/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "../chunk-RGUQWALX.mjs";
|
|
5
5
|
import {
|
|
6
6
|
MySelect
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-MP5KOAOO.mjs";
|
|
8
8
|
import "../chunk-QWHUDAPC.mjs";
|
|
9
9
|
import "../chunk-E4JVWPXS.mjs";
|
|
10
10
|
import {
|
|
@@ -15,8 +15,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
15
15
|
import "../chunk-SPG47QW7.mjs";
|
|
16
16
|
import "../chunk-K6S7R6LU.mjs";
|
|
17
17
|
import "../chunk-X36ROB3X.mjs";
|
|
18
|
-
import "../chunk-WZ6PXGGC.mjs";
|
|
19
18
|
import "../chunk-7ZCOFATU.mjs";
|
|
19
|
+
import "../chunk-WZ6PXGGC.mjs";
|
|
20
20
|
import {
|
|
21
21
|
__objRest,
|
|
22
22
|
__spreadValues
|
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"types": "./dist/types/index.d.mts"
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"version": "0.1.
|
|
61
|
+
"version": "0.1.923",
|
|
62
62
|
"private": false,
|
|
63
63
|
"files": [
|
|
64
64
|
"dist"
|
|
@@ -142,6 +142,7 @@
|
|
|
142
142
|
"recharts": "^2.13.3",
|
|
143
143
|
"sass": "^1.82.0",
|
|
144
144
|
"tailwind-merge": "^2.5.4",
|
|
145
|
+
"ts-toolbelt": "^9.6.0",
|
|
145
146
|
"xlsx": "^0.18.5",
|
|
146
147
|
"zustand": "^5.0.1"
|
|
147
148
|
},
|