@infinite-table/infinite-react 6.2.6 → 6.2.7
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.css +1 -1563
- package/index.dev.js +3 -2
- package/index.dev.mjs +3 -2
- package/index.js +14 -28201
- package/index.mjs +14 -28168
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -16871,7 +16871,8 @@ var warnIncorrectTreeFilterOnce = once(() => {
|
|
|
16871
16871
|
Your filtering function probably looks like this:
|
|
16872
16872
|
|
|
16873
16873
|
function treeFilterFunction({ data }) {
|
|
16874
|
-
data.children = data.children.filter(...) // <-- THIS MUTATION IS NOT SUPPORTED!
|
|
16874
|
+
data.children = data.children.filter(...) // <-- THIS MUTATION IS NOT SUPPORTED (data.children = ...)!
|
|
16875
|
+
|
|
16875
16876
|
return data
|
|
16876
16877
|
}
|
|
16877
16878
|
|
|
@@ -23593,7 +23594,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
23593
23594
|
}
|
|
23594
23595
|
let valid2 = isValidLicense(licenseKey, {
|
|
23595
23596
|
publishedAt: 1624970570587,
|
|
23596
|
-
version: "6.2.
|
|
23597
|
+
version: "6.2.7"
|
|
23597
23598
|
});
|
|
23598
23599
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
23599
23600
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -16820,7 +16820,8 @@ var warnIncorrectTreeFilterOnce = once(() => {
|
|
|
16820
16820
|
Your filtering function probably looks like this:
|
|
16821
16821
|
|
|
16822
16822
|
function treeFilterFunction({ data }) {
|
|
16823
|
-
data.children = data.children.filter(...) // <-- THIS MUTATION IS NOT SUPPORTED!
|
|
16823
|
+
data.children = data.children.filter(...) // <-- THIS MUTATION IS NOT SUPPORTED (data.children = ...)!
|
|
16824
|
+
|
|
16824
16825
|
return data
|
|
16825
16826
|
}
|
|
16826
16827
|
|
|
@@ -23551,7 +23552,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
23551
23552
|
}
|
|
23552
23553
|
let valid2 = isValidLicense(licenseKey, {
|
|
23553
23554
|
publishedAt: 1624970570587,
|
|
23554
|
-
version: "6.2.
|
|
23555
|
+
version: "6.2.7"
|
|
23555
23556
|
});
|
|
23556
23557
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
23557
23558
|
return true;
|