@pdg/react-table 1.2.7 → 1.2.9
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/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -1520,7 +1520,7 @@ function _temp$4(sx_1) {
|
|
|
1520
1520
|
if ($[17] !== column || $[18] !== onCheckChange) {
|
|
1521
1521
|
_t3 = function _t3(e, newChecked) {
|
|
1522
1522
|
_setChecked(newChecked);
|
|
1523
|
-
onCheckChange
|
|
1523
|
+
onCheckChange === null || onCheckChange === void 0 || onCheckChange(column, newChecked);
|
|
1524
1524
|
};
|
|
1525
1525
|
$[17] = column;
|
|
1526
1526
|
$[18] = onCheckChange;
|
package/dist/index.js
CHANGED
|
@@ -1520,7 +1520,7 @@ function _temp$4(sx_1) {
|
|
|
1520
1520
|
if ($[17] !== column || $[18] !== onCheckChange) {
|
|
1521
1521
|
_t3 = function _t3(e, newChecked) {
|
|
1522
1522
|
_setChecked(newChecked);
|
|
1523
|
-
onCheckChange
|
|
1523
|
+
onCheckChange === null || onCheckChange === void 0 || onCheckChange(column, newChecked);
|
|
1524
1524
|
};
|
|
1525
1525
|
$[17] = column;
|
|
1526
1526
|
$[18] = onCheckChange;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@pdg/react-table",
|
|
3
3
|
"title": "Typescript React Table Module",
|
|
4
4
|
"description": "Typescript React Table Module",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.9",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"module": "./dist/index.esm.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@mui/material": "^7.0.0",
|
|
61
61
|
"@mui/x-date-pickers": "^7.0.0",
|
|
62
62
|
"@pdg/react-component": "^1.1.16",
|
|
63
|
-
"@pdg/react-form": "^1.2.
|
|
63
|
+
"@pdg/react-form": "^1.2.10",
|
|
64
64
|
"@pdg/react-hook": "^2.0.20",
|
|
65
65
|
"dayjs": "^1.11.19",
|
|
66
66
|
"react": ">=19.0.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@mui/material": "^7.3.6",
|
|
91
91
|
"@mui/x-date-pickers": "^7.29.4",
|
|
92
92
|
"@pdg/react-component": "^1.1.16",
|
|
93
|
-
"@pdg/react-form": "^1.2.
|
|
93
|
+
"@pdg/react-form": "^1.2.10",
|
|
94
94
|
"@pdg/react-hook": "^2.0.20",
|
|
95
95
|
"@rollup/plugin-babel": "^6.1.0",
|
|
96
96
|
"@rollup/plugin-commonjs": "29.0.0",
|