@infinite-table/infinite-react 3.2.1 → 3.2.2
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.dev.js +2 -2
- package/index.dev.mjs +2 -2
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -17434,7 +17434,7 @@ var forwardProps4 = (setupState) => {
|
|
|
17434
17434
|
showHoverRows: (showHoverRows) => showHoverRows != null ? showHoverRows : true,
|
|
17435
17435
|
virtualizeColumns: (virtualizeColumns) => virtualizeColumns != null ? virtualizeColumns : true,
|
|
17436
17436
|
rowHeight: (rowHeight) => typeof rowHeight === "number" || typeof rowHeight === "function" ? rowHeight : 0,
|
|
17437
|
-
rowDetailHeight: (
|
|
17437
|
+
rowDetailHeight: (rowDetailHeight) => typeof rowDetailHeight === "number" || typeof rowDetailHeight === "function" ? rowDetailHeight : 300,
|
|
17438
17438
|
columnHeaderHeight: (columnHeaderHeight) => typeof columnHeaderHeight === "number" ? columnHeaderHeight : 30,
|
|
17439
17439
|
columns: (columns) => toMap(columns, setupState.propsCache.get("columns")),
|
|
17440
17440
|
columnVisibility: (columnVisibility) => columnVisibility != null ? columnVisibility : {},
|
|
@@ -18730,7 +18730,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
18730
18730
|
const valid = (0, import_react53.useMemo)(() => {
|
|
18731
18731
|
let valid2 = isValidLicense(licenseKey, {
|
|
18732
18732
|
publishedAt: 1624970570587,
|
|
18733
|
-
version: "3.2.
|
|
18733
|
+
version: "3.2.2"
|
|
18734
18734
|
});
|
|
18735
18735
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
18736
18736
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -17411,7 +17411,7 @@ var forwardProps4 = (setupState) => {
|
|
|
17411
17411
|
showHoverRows: (showHoverRows) => showHoverRows != null ? showHoverRows : true,
|
|
17412
17412
|
virtualizeColumns: (virtualizeColumns) => virtualizeColumns != null ? virtualizeColumns : true,
|
|
17413
17413
|
rowHeight: (rowHeight) => typeof rowHeight === "number" || typeof rowHeight === "function" ? rowHeight : 0,
|
|
17414
|
-
rowDetailHeight: (
|
|
17414
|
+
rowDetailHeight: (rowDetailHeight) => typeof rowDetailHeight === "number" || typeof rowDetailHeight === "function" ? rowDetailHeight : 300,
|
|
17415
17415
|
columnHeaderHeight: (columnHeaderHeight) => typeof columnHeaderHeight === "number" ? columnHeaderHeight : 30,
|
|
17416
17416
|
columns: (columns) => toMap(columns, setupState.propsCache.get("columns")),
|
|
17417
17417
|
columnVisibility: (columnVisibility) => columnVisibility != null ? columnVisibility : {},
|
|
@@ -18707,7 +18707,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
18707
18707
|
const valid = useMemo14(() => {
|
|
18708
18708
|
let valid2 = isValidLicense(licenseKey, {
|
|
18709
18709
|
publishedAt: 1624970570587,
|
|
18710
|
-
version: "3.2.
|
|
18710
|
+
version: "3.2.2"
|
|
18711
18711
|
});
|
|
18712
18712
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
18713
18713
|
return true;
|