react-base-data-table 0.5.11 → 0.5.13
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.cjs.js.map +1 -1
- package/dist/index.es.js +1 -7
- package/dist/index.es.js.map +1 -1
- package/dist/types/components/BaseTable/contexts/useTableInteractionContext.d.ts +2 -2
- package/dist/types/components/BaseTable/hooks/useRowDragDrop.d.ts +2 -3
- package/dist/types/components/BaseTable/hooks/useTableInteractions.d.ts +2 -2
- package/dist/types/components/BaseTable/models/TableItem.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2445,13 +2445,7 @@ const eb = ({
|
|
|
2445
2445
|
() => ({ ...p, ...m }),
|
|
2446
2446
|
[p, m]
|
|
2447
2447
|
);
|
|
2448
|
-
return /* @__PURE__ */ _.jsx(
|
|
2449
|
-
cf.Provider,
|
|
2450
|
-
{
|
|
2451
|
-
value: b,
|
|
2452
|
-
children: e
|
|
2453
|
-
}
|
|
2454
|
-
);
|
|
2448
|
+
return /* @__PURE__ */ _.jsx(cf.Provider, { value: b, children: e });
|
|
2455
2449
|
};
|
|
2456
2450
|
function In() {
|
|
2457
2451
|
const e = fn(cf);
|