aq-fe-framework 0.1.134 → 0.1.136
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-QN4YXDKT.mjs → chunk-DDG53CYP.mjs} +762 -670
- package/dist/{chunk-7EHNYA4A.mjs → chunk-KI5V7QJP.mjs} +0 -2
- package/dist/components/index.d.mts +11 -1
- package/dist/components/index.mjs +4 -2
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +2 -2
- package/package.json +1 -1
@@ -299,6 +299,16 @@ interface MyIconTextProps {
|
|
299
299
|
}
|
300
300
|
declare function MyIconText({ icon: Icon, text }: MyIconTextProps): react_jsx_runtime.JSX.Element;
|
301
301
|
|
302
|
+
interface MyInformationCardProps {
|
303
|
+
title: string;
|
304
|
+
value: string;
|
305
|
+
unit?: string;
|
306
|
+
description: string;
|
307
|
+
icons: ReactNode;
|
308
|
+
diff: number;
|
309
|
+
}
|
310
|
+
declare function MyInformationCard({ title, value, unit, description, icons, diff }: MyInformationCardProps): react_jsx_runtime.JSX.Element;
|
311
|
+
|
302
312
|
interface I$4 {
|
303
313
|
keyLabel?: string;
|
304
314
|
label?: string;
|
@@ -495,4 +505,4 @@ interface IMySkeletonTable extends SkeletonProps {
|
|
495
505
|
}
|
496
506
|
declare function MySkeletonTable({ h }: IMySkeletonTable): react_jsx_runtime.JSX.Element;
|
497
507
|
|
498
|
-
export { AQButtonCreateByImportFile, AQButtonExportData, AQCard, AQSelectTableByOpenModal, AQStatCard1, Boxes, FaviconSetter, HeaderMegaMenu, type IAQCardProps, type IMyTextEditor, I_BasicAppShell_LinkItem, MyActionIcon, MyActionIconCheck, MyActionIconDelete, MyActionIconDownloadPDF, MyActionIconModal, MyActionIconUpdate, MyActionIconUpload, MyActionIconViewPDF, MyAnchorViewPDF, MyAppSpotlight, MyBoxesBackground, MyBoxesCore, MyButton, MyButtonCreate, MyButtonImport, MyButtonModal, MyButtonPrintPDF, MyButtonPrintTablePDF, MyButtonRouterBack, MyButtonViewPDF, MyCalendar, MyCardioLoader, MyCenterFull, MyCheckbox, MyContainer, MyDataTable, MyDataTableSelect, MyDateInput, MyFieldset, MyFileInput, MyFlexColumn, MyFlexEnd, MyFlexRow, MyHtmlWrapper, MyIconText, MyKeyLabel, MyNumberFormatter, MyNumberInput, MyPageContent, MyScheduleX, MySelect, MySelectAPIGet, MySkeletonTable, MySwitchTheme, MyTab, MyTextArea, MyTextEditor, MyTextInput, SelectFieldModal, SelectFileModal, type SelectFileModalProps, SpotlightTrigger, useHeaderMegaMenuStore, useS_BasicAppShell, useS_ButtonImport };
|
508
|
+
export { AQButtonCreateByImportFile, AQButtonExportData, AQCard, AQSelectTableByOpenModal, AQStatCard1, Boxes, FaviconSetter, HeaderMegaMenu, type IAQCardProps, type IMyTextEditor, I_BasicAppShell_LinkItem, MyActionIcon, MyActionIconCheck, MyActionIconDelete, MyActionIconDownloadPDF, MyActionIconModal, MyActionIconUpdate, MyActionIconUpload, MyActionIconViewPDF, MyAnchorViewPDF, MyAppSpotlight, MyBoxesBackground, MyBoxesCore, MyButton, MyButtonCreate, MyButtonImport, MyButtonModal, MyButtonPrintPDF, MyButtonPrintTablePDF, MyButtonRouterBack, MyButtonViewPDF, MyCalendar, MyCardioLoader, MyCenterFull, MyCheckbox, MyContainer, MyDataTable, MyDataTableSelect, MyDateInput, MyFieldset, MyFileInput, MyFlexColumn, MyFlexEnd, MyFlexRow, MyHtmlWrapper, MyIconText, MyInformationCard, MyKeyLabel, MyNumberFormatter, MyNumberInput, MyPageContent, MyScheduleX, MySelect, MySelectAPIGet, MySkeletonTable, MySwitchTheme, MyTab, MyTextArea, MyTextEditor, MyTextInput, SelectFieldModal, SelectFileModal, type SelectFileModalProps, SpotlightTrigger, useHeaderMegaMenuStore, useS_BasicAppShell, useS_ButtonImport };
|
@@ -44,6 +44,7 @@ import {
|
|
44
44
|
MyFlexRow,
|
45
45
|
MyHtmlWrapper,
|
46
46
|
MyIconText,
|
47
|
+
MyInformationCard,
|
47
48
|
MyKeyLabel,
|
48
49
|
MyNumberFormatter,
|
49
50
|
MyNumberInput,
|
@@ -65,8 +66,8 @@ import {
|
|
65
66
|
useS_BasicAppShell,
|
66
67
|
useS_ButtonImport,
|
67
68
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
69
|
-
import "../chunk-
|
69
|
+
} from "../chunk-DDG53CYP.mjs";
|
70
|
+
import "../chunk-KI5V7QJP.mjs";
|
70
71
|
import "../chunk-Y3YGC5IH.mjs";
|
71
72
|
import "../chunk-CJDXLINF.mjs";
|
72
73
|
import "../chunk-7ZCOFATU.mjs";
|
@@ -117,6 +118,7 @@ export {
|
|
117
118
|
MyFlexRow,
|
118
119
|
MyHtmlWrapper,
|
119
120
|
MyIconText,
|
121
|
+
MyInformationCard,
|
120
122
|
MyKeyLabel,
|
121
123
|
MyNumberFormatter,
|
122
124
|
MyNumberInput,
|
package/dist/hooks/index.mjs
CHANGED
@@ -65,8 +65,8 @@ import {
|
|
65
65
|
useS_core60524,
|
66
66
|
useS_core83092,
|
67
67
|
utils_core83092_mergePage
|
68
|
-
} from "../chunk-
|
69
|
-
import "../chunk-
|
68
|
+
} from "../chunk-DDG53CYP.mjs";
|
69
|
+
import "../chunk-KI5V7QJP.mjs";
|
70
70
|
import "../chunk-Y3YGC5IH.mjs";
|
71
71
|
import "../chunk-CJDXLINF.mjs";
|
72
72
|
import "../chunk-7ZCOFATU.mjs";
|