@pdg/react-table 1.2.2 → 1.2.3
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PTableButtonProps as Props } from './PTableButton.types';
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
3
|
+
declare const PTableButton: ({ children, className, sx: initSx, variant, color, startIcon, endIcon, onClick, ...props }: Props) => React.JSX.Element;
|
|
4
|
+
export default PTableButton;
|
package/dist/index.esm.js
CHANGED
|
@@ -5105,7 +5105,7 @@ var deHash = function deHash() {
|
|
|
5105
5105
|
}
|
|
5106
5106
|
return t27;
|
|
5107
5107
|
}var _excluded$1 = ["children", "className", "sx", "variant", "color", "startIcon", "endIcon", "onClick"];
|
|
5108
|
-
var PTableButton
|
|
5108
|
+
var PTableButton = function PTableButton(t0) {
|
|
5109
5109
|
var $ = c(25);
|
|
5110
5110
|
var children;
|
|
5111
5111
|
var className;
|
|
@@ -5198,8 +5198,7 @@ var PTableButton$1 = function PTableButton(t0) {
|
|
|
5198
5198
|
t6 = $[24];
|
|
5199
5199
|
}
|
|
5200
5200
|
return t6;
|
|
5201
|
-
};
|
|
5202
|
-
var PTableButton = /*#__PURE__*/React__default.memo(PTableButton$1);var _excluded = ["ref", "children", "className", "sx", "color", "variant", "startIcon", "placement", "inModal", "zIndex", "menuList"];
|
|
5201
|
+
};var _excluded = ["ref", "children", "className", "sx", "color", "variant", "startIcon", "placement", "inModal", "zIndex", "menuList"];
|
|
5203
5202
|
var PTableMenuButton = function PTableMenuButton(t0) {
|
|
5204
5203
|
var $ = c(84);
|
|
5205
5204
|
var children;
|
package/dist/index.js
CHANGED
|
@@ -5198,8 +5198,7 @@ var PTableButton = function PTableButton(t0) {
|
|
|
5198
5198
|
t6 = $[24];
|
|
5199
5199
|
}
|
|
5200
5200
|
return t6;
|
|
5201
|
-
};
|
|
5202
|
-
var PTableButton$1 = /*#__PURE__*/React.memo(PTableButton);var _excluded = ["ref", "children", "className", "sx", "color", "variant", "startIcon", "placement", "inModal", "zIndex", "menuList"];
|
|
5201
|
+
};var _excluded = ["ref", "children", "className", "sx", "color", "variant", "startIcon", "placement", "inModal", "zIndex", "menuList"];
|
|
5203
5202
|
var PTableMenuButton = function PTableMenuButton(t0) {
|
|
5204
5203
|
var $ = compilerRuntime.c(84);
|
|
5205
5204
|
var children;
|
|
@@ -5558,4 +5557,4 @@ var PTableMenuButton = function PTableMenuButton(t0) {
|
|
|
5558
5557
|
};
|
|
5559
5558
|
function _temp(old) {
|
|
5560
5559
|
return !old;
|
|
5561
|
-
}exports.PInfoTable=PInfoTable;exports.PSearchTable=PSearchTable;exports.PTable=PTable;exports.PTableBodyCell=PTableBodyCell;exports.PTableBodyRow=PTableBodyRow;exports.PTableButton=PTableButton
|
|
5560
|
+
}exports.PInfoTable=PInfoTable;exports.PSearchTable=PSearchTable;exports.PTable=PTable;exports.PTableBodyCell=PTableBodyCell;exports.PTableBodyRow=PTableBodyRow;exports.PTableButton=PTableButton;exports.PTableCommonCell=PTableCommonCell;exports.PTableFooterCell=PTableFooterCell;exports.PTableHeadCell=PTableHeadCell;exports.PTableMenuButton=PTableMenuButton;exports.PTablePagination=PTablePagination;exports.PTableSortableBody=PTableSortableBody;exports.PTableSortableBodyBlock=PTableSortableBodyBlock;exports.PTableTopHead=PTableTopHead;
|
package/package.json
CHANGED