aq-fe-framework 0.1.35 → 0.1.38

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.
@@ -60,7 +60,7 @@ import {
60
60
  useHeaderMegaMenuStore,
61
61
  useS_ButtonImport,
62
62
  utils_layout_getItemsWithoutLinks
63
- } from "../chunk-WJIQCCM6.mjs";
63
+ } from "../chunk-3SPU4AI7.mjs";
64
64
  import "../chunk-ZEQATKHS.mjs";
65
65
  export {
66
66
  AQButtonCreateByImportFile,
@@ -20,7 +20,7 @@ import {
20
20
  createGenericStore,
21
21
  groupToTwoLevels,
22
22
  utils_layout_getItemsWithoutLinks
23
- } from "../../../chunk-WJIQCCM6.mjs";
23
+ } from "../../../chunk-3SPU4AI7.mjs";
24
24
  import {
25
25
  U0DateToDDMMYYYString,
26
26
  U0MyValidateEmail,
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "types": "./dist/modules-features//admin/core/index.d.mts"
19
19
  }
20
20
  },
21
- "version": "0.1.35",
21
+ "version": "0.1.38",
22
22
  "private": false,
23
23
  "files": [
24
24
  "dist"
@@ -108,7 +108,13 @@
108
108
  "postcss-simple-vars": "^7.0.1",
109
109
  "tailwindcss": "^3.4.1",
110
110
  "tsup": "^8.4.0",
111
- "typescript": "^5.8.3"
111
+ "typescript": "^5.8.3",
112
+ "react": "^18.0.0",
113
+ "react-dom": "^18.0.0"
114
+ },
115
+ "peerDependencies": {
116
+ "react": "^18.0.0",
117
+ "react-dom": "^18.0.0"
112
118
  },
113
119
  "description": "",
114
120
  "repository": {
@@ -1434,9 +1434,9 @@ function AQSelectTableByOpenModal(_a) {
1434
1434
  }
1435
1435
 
1436
1436
  // src/components/Buttons/ButtonPrintPDF/MyButtonPrintPDF.tsx
1437
+ import { useRef as useRef2 } from "react";
1437
1438
  import { Button as Button10 } from "@mantine/core";
1438
1439
  import { IconPrinter as IconPrinter2 } from "@tabler/icons-react";
1439
- import { useRef as useRef2 } from "react";
1440
1440
  import { useReactToPrint } from "react-to-print";
1441
1441
  function MyButtonPrintPDF(_a) {
1442
1442
  var _b = _a, { contentToPrint } = _b, rest = __objRest(_b, ["contentToPrint"]);