@mkt-loitd/react-table-grid-custom 1.0.7 → 1.0.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.css +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ __export(index_exports, {
|
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(index_exports);
|
|
37
37
|
|
|
38
|
-
// src/ReactTableGridCustom.tsx
|
|
38
|
+
// src/component/ui/Table/ReactTableGridCustom.tsx
|
|
39
39
|
var import_core = require("@mantine/core");
|
|
40
40
|
var import_lodash = require("lodash");
|
|
41
41
|
var import_react2 = require("react");
|
|
@@ -149,7 +149,7 @@ var RenderSortStatus = ({ sortDirection, priority }) => {
|
|
|
149
149
|
};
|
|
150
150
|
var RenderSortStatus_default = RenderSortStatus;
|
|
151
151
|
|
|
152
|
-
// src/ReactTableGridCustom.tsx
|
|
152
|
+
// src/component/ui/Table/ReactTableGridCustom.tsx
|
|
153
153
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
154
154
|
var ReactTableGridCustomInner = ({
|
|
155
155
|
classNamePaginationTable,
|
|
@@ -304,7 +304,7 @@ var ReactTableGridCustom = (0, import_react2.memo)(
|
|
|
304
304
|
ReactTableGridCustomInner
|
|
305
305
|
);
|
|
306
306
|
|
|
307
|
-
// src/component/TableStyleContextWapper.tsx
|
|
307
|
+
// src/component/ui/Table/TableStyleContextWapper.tsx
|
|
308
308
|
var import_react7 = require("react");
|
|
309
309
|
|
|
310
310
|
// src/component/ui/ContextMenu/ContextMenu.tsx
|
|
@@ -527,7 +527,7 @@ var RenderContextMenu = ({
|
|
|
527
527
|
};
|
|
528
528
|
var RenderContextMenu_default = RenderContextMenu;
|
|
529
529
|
|
|
530
|
-
// src/component/TableStyleContextWapper.tsx
|
|
530
|
+
// src/component/ui/Table/TableStyleContextWapper.tsx
|
|
531
531
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
532
532
|
var TableStyleContextMenuWapper = ({
|
|
533
533
|
children,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// src/ReactTableGridCustom.tsx
|
|
1
|
+
// src/component/ui/Table/ReactTableGridCustom.tsx
|
|
2
2
|
import { Checkbox } from "@mantine/core";
|
|
3
3
|
import { get, orderBy } from "lodash";
|
|
4
4
|
import {
|
|
@@ -122,7 +122,7 @@ var RenderSortStatus = ({ sortDirection, priority }) => {
|
|
|
122
122
|
};
|
|
123
123
|
var RenderSortStatus_default = RenderSortStatus;
|
|
124
124
|
|
|
125
|
-
// src/ReactTableGridCustom.tsx
|
|
125
|
+
// src/component/ui/Table/ReactTableGridCustom.tsx
|
|
126
126
|
import { jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
127
127
|
var ReactTableGridCustomInner = ({
|
|
128
128
|
classNamePaginationTable,
|
|
@@ -277,7 +277,7 @@ var ReactTableGridCustom = memo(
|
|
|
277
277
|
ReactTableGridCustomInner
|
|
278
278
|
);
|
|
279
279
|
|
|
280
|
-
// src/component/TableStyleContextWapper.tsx
|
|
280
|
+
// src/component/ui/Table/TableStyleContextWapper.tsx
|
|
281
281
|
import { memo as memo2, useId as useId2 } from "react";
|
|
282
282
|
|
|
283
283
|
// src/component/ui/ContextMenu/ContextMenu.tsx
|
|
@@ -500,7 +500,7 @@ var RenderContextMenu = ({
|
|
|
500
500
|
};
|
|
501
501
|
var RenderContextMenu_default = RenderContextMenu;
|
|
502
502
|
|
|
503
|
-
// src/component/TableStyleContextWapper.tsx
|
|
503
|
+
// src/component/ui/Table/TableStyleContextWapper.tsx
|
|
504
504
|
import { jsx as jsx8, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
505
505
|
var TableStyleContextMenuWapper = ({
|
|
506
506
|
children,
|