aq-fe-framework 0.1.519 → 0.1.521
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/core/index.d.mts
CHANGED
@@ -204,4 +204,4 @@ interface MyModalDeleteProps {
|
|
204
204
|
}
|
205
205
|
declare function MyModalDelete({ disclosure, contextData, onSubmit, submitLoading }: MyModalDeleteProps): react_jsx_runtime.JSX.Element;
|
206
206
|
|
207
|
-
export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalDelete, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectFromAPIProps, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
|
207
|
+
export { type IWeeklySession, MyActionIcon, type MyActionIconProps, MyButton, MyButtonCreateUpdate, type MyButtonExportStructureProps, MyButtonModal, MyButtonModalForm, type MyButtonModalFormProps, type MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, type MyButtonProps$1 as MyButtonProps, MyDataTableSelectOne, MyDayOfWeekPicker, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalDelete, type MyModalDeleteProps, MyRichTextEditor, MySelect, MySelectFromAPI, type MySelectFromAPIProps, type MySelectProps, MyStatsCard, MyTextInput, MyWeeklySessionSchedulerPicker, type WeeklySessionSchedulerProps };
|
package/dist/core/index.mjs
CHANGED
@@ -20,10 +20,10 @@ import {
|
|
20
20
|
MyTextInput,
|
21
21
|
MyWeeklySessionSchedulerPicker
|
22
22
|
} from "../chunk-PVQKHKJD.mjs";
|
23
|
+
import "../chunk-GFEMKKFH.mjs";
|
23
24
|
import "../chunk-NAUH6JUN.mjs";
|
24
25
|
import "../chunk-U62R2QKJ.mjs";
|
25
26
|
import "../chunk-5U2JSHSJ.mjs";
|
26
|
-
import "../chunk-GFEMKKFH.mjs";
|
27
27
|
import "../chunk-OMJJAHOC.mjs";
|
28
28
|
import "../chunk-K6S7R6LU.mjs";
|
29
29
|
import "../chunk-3XSLM5GI.mjs";
|
@@ -17,6 +17,9 @@ import {
|
|
17
17
|
MyDataTableSelectOne,
|
18
18
|
MyTextInput as MyTextInput2
|
19
19
|
} from "../chunk-PVQKHKJD.mjs";
|
20
|
+
import {
|
21
|
+
const_object_documentTypes
|
22
|
+
} from "../chunk-GFEMKKFH.mjs";
|
20
23
|
import {
|
21
24
|
F_authenticate_Logout,
|
22
25
|
MyActionIconDelete,
|
@@ -47,9 +50,6 @@ import {
|
|
47
50
|
createGenericStore
|
48
51
|
} from "../chunk-U62R2QKJ.mjs";
|
49
52
|
import "../chunk-5U2JSHSJ.mjs";
|
50
|
-
import {
|
51
|
-
const_object_documentTypes
|
52
|
-
} from "../chunk-GFEMKKFH.mjs";
|
53
53
|
import {
|
54
54
|
const_object_colors
|
55
55
|
} from "../chunk-OMJJAHOC.mjs";
|