next-data-kit 9.6.0 → 9.7.0
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/{chunk-PSMWD5AA.js → chunk-3HUTZ4EO.js} +3 -3
- package/dist/{chunk-PSMWD5AA.js.map → chunk-3HUTZ4EO.js.map} +1 -1
- package/dist/{chunk-A45O6PCJ.cjs → chunk-5TIEIY7M.cjs} +14 -4
- package/dist/chunk-5TIEIY7M.cjs.map +1 -0
- package/dist/{chunk-YNII2J6V.cjs → chunk-I7H2EAIT.cjs} +30 -30
- package/dist/{chunk-YNII2J6V.cjs.map → chunk-I7H2EAIT.cjs.map} +1 -1
- package/dist/{chunk-4GSA6NBE.js → chunk-VFSNUXOW.js} +14 -4
- package/dist/chunk-VFSNUXOW.js.map +1 -0
- package/dist/client/utils/index.d.ts.map +1 -1
- package/dist/client.cjs +21 -21
- package/dist/client.js +2 -2
- package/dist/index.cjs +39 -39
- package/dist/index.js +3 -3
- package/dist/internal/hooks.cjs +2 -2
- package/dist/internal/hooks.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-4GSA6NBE.js.map +0 -1
- package/dist/chunk-A45O6PCJ.cjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { cn, useDataKit } from './chunk-
|
|
1
|
+
import { cn, useDataKit } from './chunk-VFSNUXOW.js';
|
|
2
2
|
import * as React2 from 'react';
|
|
3
3
|
import React2__default, { createContext, useRef, useState, useCallback, useEffect, useContext, useMemo } from 'react';
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
@@ -2609,5 +2609,5 @@ var DataKitInfinityInner = (props) => {
|
|
|
2609
2609
|
var DataKitInfinity = DataKitInfinityInner;
|
|
2610
2610
|
|
|
2611
2611
|
export { DataKit, DataKitInfinity, DataKitTable, DefaultDataKitContext, DefaultDataKitProvider, calculatePagination, compareValues, createDataKitContext, createSearchFilter, escapeRegex, getValueByPath, isProvided, isSafeKey, matchesExact, matchesRegexLike, normalizeSorts, useDefaultDataKitContext, usePagination, useSelection, useSelectionWithTotal };
|
|
2612
|
-
//# sourceMappingURL=chunk-
|
|
2613
|
-
//# sourceMappingURL=chunk-
|
|
2612
|
+
//# sourceMappingURL=chunk-3HUTZ4EO.js.map
|
|
2613
|
+
//# sourceMappingURL=chunk-3HUTZ4EO.js.map
|