aq-fe-framework 0.1.34 → 0.1.36
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/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.
|
|
21
|
+
"version": "0.1.36",
|
|
22
22
|
"private": false,
|
|
23
23
|
"files": [
|
|
24
24
|
"dist"
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
"tsup": "^8.4.0",
|
|
111
111
|
"typescript": "^5.8.3"
|
|
112
112
|
},
|
|
113
|
+
"peerDependencies": {
|
|
114
|
+
"react": ">=16.8.0",
|
|
115
|
+
"react-dom": ">=16.8.0"
|
|
116
|
+
},
|
|
113
117
|
"description": "",
|
|
114
118
|
"repository": {
|
|
115
119
|
"type": "git",
|
|
@@ -1434,9 +1434,9 @@ function AQSelectTableByOpenModal(_a) {
|
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
1436
1436
|
// src/components/Buttons/ButtonPrintPDF/MyButtonPrintPDF.tsx
|
|
1437
|
+
import React3, { 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 React3, { 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"]);
|