aq-fe-framework 0.1.1109 → 0.1.1111
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-USK22KVK.mjs → chunk-MNLGZFJQ.mjs} +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.d.mts +4 -4
- package/dist/core/index.mjs +2 -2
- package/dist/modules-features/index.mjs +2 -2
- package/dist/shared/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-S5NCYRRY.mjs → chunk-N5DFWFM6.mjs} +1 -1
|
@@ -65,13 +65,13 @@ import {
|
|
|
65
65
|
getReadablePageIdSet,
|
|
66
66
|
useHeaderMegaMenuStore,
|
|
67
67
|
useStore_BasicAppShell
|
|
68
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-MNLGZFJQ.mjs";
|
|
69
69
|
import "../chunk-WW55EZ4B.mjs";
|
|
70
70
|
import "../chunk-7ZI7IOEP.mjs";
|
|
71
71
|
import "../chunk-KGBXMHKR.mjs";
|
|
72
72
|
import "../chunk-NYAWQRB7.mjs";
|
|
73
73
|
import "../chunk-BTITP4TN.mjs";
|
|
74
|
-
import "../chunk-
|
|
74
|
+
import "../chunk-N5DFWFM6.mjs";
|
|
75
75
|
import "../chunk-VFTEXXA7.mjs";
|
|
76
76
|
import "../chunk-Z76CSZFI.mjs";
|
|
77
77
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.d.mts
CHANGED
|
@@ -324,13 +324,13 @@ interface CustomDeleteListAPIProps<TData extends MRT_RowData> extends Omit<MyBut
|
|
|
324
324
|
}
|
|
325
325
|
declare function CustomButtonDeleteListAPI<TData extends MRT_RowData>({ deleteListFn, table, ...rest }: CustomDeleteListAPIProps<TData>): react_jsx_runtime.JSX.Element;
|
|
326
326
|
|
|
327
|
-
interface CustomSelectAPIProps<IRes extends IBaseEntity> extends Omit<MySelectProps, "onChange" | "data" | "value"> {
|
|
328
|
-
query: ReturnType<typeof useMyReactQuery<IRes[],
|
|
327
|
+
interface CustomSelectAPIProps<IRes extends IBaseEntity, IReq> extends Omit<MySelectProps, "onChange" | "data" | "value"> {
|
|
328
|
+
query: ReturnType<typeof useMyReactQuery<IRes[], IReq>>;
|
|
329
329
|
value?: IRes | null;
|
|
330
330
|
onChange?: (item: IRes | null) => void;
|
|
331
331
|
autoSelectFirst?: boolean;
|
|
332
332
|
}
|
|
333
|
-
declare function CustomSelectAPI<IRes extends IBaseEntity>({ query, value, onChange, autoSelectFirst, ...rest }: CustomSelectAPIProps<IRes>): react_jsx_runtime.JSX.Element;
|
|
333
|
+
declare function CustomSelectAPI<IRes extends IBaseEntity, IReq = any>({ query, value, onChange, autoSelectFirst, ...rest }: CustomSelectAPIProps<IRes, IReq>): react_jsx_runtime.JSX.Element;
|
|
334
334
|
|
|
335
335
|
interface MyButtonViewFileAPIProps extends MyButtonViewFileProps {
|
|
336
336
|
filePath?: string;
|
|
@@ -338,4 +338,4 @@ interface MyButtonViewFileAPIProps extends MyButtonViewFileProps {
|
|
|
338
338
|
}
|
|
339
339
|
declare function MyButtonViewFileAPI({ filePath, externalDisc, ...rest }: MyButtonViewFileAPIProps): react_jsx_runtime.JSX.Element;
|
|
340
340
|
|
|
341
|
-
export { CustomAutocomplete, CustomButtonDeleteListAPI, CustomDataTableAPI, CustomEnumBadge, CustomNumberInput, type CustomNumberInputProps, CustomPhoneNumberInput, CustomSelectAPI,
|
|
341
|
+
export { CustomAutocomplete, CustomButtonDeleteListAPI, CustomDataTableAPI, CustomEnumBadge, CustomNumberInput, type CustomNumberInputProps, CustomPhoneNumberInput, CustomSelectAPI, CustomSwitchTheme, CustomTabs, CustomThemeIconSquareCheck, DroppablePlaceholder, type FieldDefinition, type IWeeklySession, type ModalImportId, MyActionIconProps, MyButtonCreateUpdate, type MyButtonCreateUpdateProps, type MyButtonExportStructureProps, MyButtonModalForm, type MyButtonModalFormProps, MyButtonModalProps, MyButtonPrintPDF, type MyButtonPrintPDFProps, MyButtonProps, MyButtonViewFile, MyButtonViewFileAPI, type MyButtonViewFileProps, MyDataTableSelectOne, MyDataTableStagedChanges, type MyDataTableStagedChangesProps, MyDayOfWeekPicker, MyFileInputPreview, MyFlexColumn, MyFlexEnd, MyFlexIconTitle, MyInfoBox, type MyInfoBoxItem, type MyInfoBoxProps, MyLabelValueRow, MyModalImport, MyPrintContent, type MyPrintContentProps, MyRichTextEditor, MySelectFromAPI, type MySelectFromAPIProps, MySelectProps, MyStatsCard, MyTextInput, type MyTextInputProps, MyWeeklySessionSchedulerPicker, type RowDetail, type StagedChange, type ValidationResult, type WeeklySessionSchedulerProps };
|
package/dist/core/index.mjs
CHANGED
|
@@ -35,13 +35,13 @@ import {
|
|
|
35
35
|
MyStatsCard,
|
|
36
36
|
MyTextInput2 as MyTextInput,
|
|
37
37
|
MyWeeklySessionSchedulerPicker
|
|
38
|
-
} from "../chunk-
|
|
38
|
+
} from "../chunk-MNLGZFJQ.mjs";
|
|
39
39
|
import "../chunk-WW55EZ4B.mjs";
|
|
40
40
|
import "../chunk-7ZI7IOEP.mjs";
|
|
41
41
|
import "../chunk-KGBXMHKR.mjs";
|
|
42
42
|
import "../chunk-NYAWQRB7.mjs";
|
|
43
43
|
import "../chunk-BTITP4TN.mjs";
|
|
44
|
-
import "../chunk-
|
|
44
|
+
import "../chunk-N5DFWFM6.mjs";
|
|
45
45
|
import "../chunk-VFTEXXA7.mjs";
|
|
46
46
|
import "../chunk-Z76CSZFI.mjs";
|
|
47
47
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -64,13 +64,13 @@ import {
|
|
|
64
64
|
MailTemplateDeleteButton,
|
|
65
65
|
useS_moduleConfig,
|
|
66
66
|
useStore_Authenticate
|
|
67
|
-
} from "../chunk-
|
|
67
|
+
} from "../chunk-MNLGZFJQ.mjs";
|
|
68
68
|
import "../chunk-WW55EZ4B.mjs";
|
|
69
69
|
import "../chunk-7ZI7IOEP.mjs";
|
|
70
70
|
import "../chunk-KGBXMHKR.mjs";
|
|
71
71
|
import "../chunk-NYAWQRB7.mjs";
|
|
72
72
|
import "../chunk-BTITP4TN.mjs";
|
|
73
|
-
import "../chunk-
|
|
73
|
+
import "../chunk-N5DFWFM6.mjs";
|
|
74
74
|
import "../chunk-VFTEXXA7.mjs";
|
|
75
75
|
import "../chunk-Z76CSZFI.mjs";
|
|
76
76
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/shared/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MySelect2 as MySelect,
|
|
3
3
|
Shared_DocTypeSelect
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-MNLGZFJQ.mjs";
|
|
5
5
|
import "../chunk-WW55EZ4B.mjs";
|
|
6
6
|
import {
|
|
7
7
|
utils_converter
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
import "../chunk-KGBXMHKR.mjs";
|
|
10
10
|
import "../chunk-NYAWQRB7.mjs";
|
|
11
11
|
import "../chunk-BTITP4TN.mjs";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-N5DFWFM6.mjs";
|
|
13
13
|
import {
|
|
14
14
|
enumLabel_gender,
|
|
15
15
|
enum_gender
|
package/package.json
CHANGED
|
@@ -96,10 +96,10 @@ var const_object_generalMenuData = {
|
|
|
96
96
|
};
|
|
97
97
|
|
|
98
98
|
export {
|
|
99
|
+
const_object_colors,
|
|
99
100
|
const_array_daysOfWeek,
|
|
100
101
|
const_aqModuleId,
|
|
101
102
|
const_columnSize,
|
|
102
|
-
const_object_colors,
|
|
103
103
|
const_object_documentTypes,
|
|
104
104
|
const_object_generalMenuData
|
|
105
105
|
};
|