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.
@@ -2,8 +2,6 @@
2
2
  import axios from "axios";
3
3
  var baseAxios = axios.create({
4
4
  baseURL: process.env.NEXT_PUBLIC_API
5
- // server
6
- // baseURL: process.env.NEXT_PUBLIC_API_LOCAL, // local debug
7
5
  });
8
6
  baseAxios.interceptors.request.use(
9
7
  (config) => {
@@ -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-QN4YXDKT.mjs";
69
- import "../chunk-7EHNYA4A.mjs";
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,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  useQ_AQ_GetAQModule
3
- } from "../chunk-7EHNYA4A.mjs";
3
+ } from "../chunk-KI5V7QJP.mjs";
4
4
  import "../chunk-7ZCOFATU.mjs";
5
5
  import "../chunk-FWCSY2DS.mjs";
6
6
 
@@ -65,8 +65,8 @@ import {
65
65
  useS_core60524,
66
66
  useS_core83092,
67
67
  utils_core83092_mergePage
68
- } from "../chunk-QN4YXDKT.mjs";
69
- import "../chunk-7EHNYA4A.mjs";
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";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.134",
25
+ "version": "0.1.136",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"