@infinite-table/infinite-react 6.2.8 → 6.2.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/index.dev.js +5 -2
- package/index.dev.mjs +5 -2
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -12671,7 +12671,10 @@ function flattenTreeNodes(dataArray, parentPath, parents, indexInParentNodes, pa
|
|
|
12671
12671
|
expanded = false;
|
|
12672
12672
|
}
|
|
12673
12673
|
rowInfo.nodeExpanded = expanded;
|
|
12674
|
-
if (
|
|
12674
|
+
if (
|
|
12675
|
+
// expanded &&
|
|
12676
|
+
parentExpanded && repeatWrappedGroupRows && rowsPerPage != null && rowsPerPage > 0
|
|
12677
|
+
) {
|
|
12675
12678
|
const indexInAll = rowInfo.indexInAll;
|
|
12676
12679
|
const currentParents = rowInfo.parentNodes;
|
|
12677
12680
|
if (currentParents.length > 0 && indexInAll % rowsPerPage === 0) {
|
|
@@ -23597,7 +23600,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
23597
23600
|
}
|
|
23598
23601
|
let valid2 = isValidLicense(licenseKey, {
|
|
23599
23602
|
publishedAt: 1624970570587,
|
|
23600
|
-
version: "6.2.
|
|
23603
|
+
version: "6.2.9"
|
|
23601
23604
|
});
|
|
23602
23605
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
23603
23606
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -12620,7 +12620,10 @@ function flattenTreeNodes(dataArray, parentPath, parents, indexInParentNodes, pa
|
|
|
12620
12620
|
expanded = false;
|
|
12621
12621
|
}
|
|
12622
12622
|
rowInfo.nodeExpanded = expanded;
|
|
12623
|
-
if (
|
|
12623
|
+
if (
|
|
12624
|
+
// expanded &&
|
|
12625
|
+
parentExpanded && repeatWrappedGroupRows && rowsPerPage != null && rowsPerPage > 0
|
|
12626
|
+
) {
|
|
12624
12627
|
const indexInAll = rowInfo.indexInAll;
|
|
12625
12628
|
const currentParents = rowInfo.parentNodes;
|
|
12626
12629
|
if (currentParents.length > 0 && indexInAll % rowsPerPage === 0) {
|
|
@@ -23555,7 +23558,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
23555
23558
|
}
|
|
23556
23559
|
let valid2 = isValidLicense(licenseKey, {
|
|
23557
23560
|
publishedAt: 1624970570587,
|
|
23558
|
-
version: "6.2.
|
|
23561
|
+
version: "6.2.9"
|
|
23559
23562
|
});
|
|
23560
23563
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
23561
23564
|
return true;
|