@infinite-table/infinite-react 3.0.7 → 3.0.8
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/index.d.ts +1 -1
- package/index.dev.js +1 -1
- package/index.dev.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -2577,7 +2577,7 @@ interface InfiniteTableApi<T> {
|
|
|
2577
2577
|
realignColumnContextMenu: () => void;
|
|
2578
2578
|
getColumnOrder: () => string[];
|
|
2579
2579
|
getVisibleColumnOrder: () => string[];
|
|
2580
|
-
getComputedColumnById: (colId: string) =>
|
|
2580
|
+
getComputedColumnById: (colId: string) => InfiniteTableComputedColumn<T> | undefined;
|
|
2581
2581
|
isEditorVisibleForCell(params: {
|
|
2582
2582
|
rowIndex: number;
|
|
2583
2583
|
columnId: string;
|
package/index.dev.js
CHANGED
|
@@ -17593,7 +17593,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
17593
17593
|
const valid = (0, import_react49.useMemo)(() => {
|
|
17594
17594
|
let valid2 = isValidLicense(licenseKey, {
|
|
17595
17595
|
publishedAt: 1624970570587,
|
|
17596
|
-
version: "3.0.
|
|
17596
|
+
version: "3.0.8"
|
|
17597
17597
|
});
|
|
17598
17598
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
17599
17599
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -17582,7 +17582,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
17582
17582
|
const valid = useMemo11(() => {
|
|
17583
17583
|
let valid2 = isValidLicense(licenseKey, {
|
|
17584
17584
|
publishedAt: 1624970570587,
|
|
17585
|
-
version: "3.0.
|
|
17585
|
+
version: "3.0.8"
|
|
17586
17586
|
});
|
|
17587
17587
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
17588
17588
|
return true;
|