@infinite-table/infinite-react 5.0.0-canary.7 → 5.0.0-canary.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.dev.js +4 -4
- package/index.dev.mjs +4 -4
- package/index.js +4 -4
- package/index.mjs +4 -4
- package/package.json +2 -2
package/index.dev.js
CHANGED
|
@@ -10653,7 +10653,7 @@ var InfiniteTableLicenseFooter = React48.forwardRef(
|
|
|
10653
10653
|
}, []);
|
|
10654
10654
|
(0, import_react33.useEffect)(() => {
|
|
10655
10655
|
const forceStyle = () => {
|
|
10656
|
-
|
|
10656
|
+
setTimeout(() => {
|
|
10657
10657
|
enforceStyle(domRef.current, defaultStyle);
|
|
10658
10658
|
enforceStyle(
|
|
10659
10659
|
domRef.current?.firstElementChild,
|
|
@@ -13726,12 +13726,12 @@ var DataSourceApiImpl = class {
|
|
|
13726
13726
|
});
|
|
13727
13727
|
const delay = Math.max(0, this.getState().batchOperationDelay ?? 0);
|
|
13728
13728
|
if (delay === 0) {
|
|
13729
|
-
this.batchOperationRafId =
|
|
13729
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13730
13730
|
this.commit();
|
|
13731
13731
|
});
|
|
13732
13732
|
} else {
|
|
13733
13733
|
this.batchOperationTimeoutId = setTimeout(() => {
|
|
13734
|
-
this.batchOperationRafId =
|
|
13734
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13735
13735
|
this.commit();
|
|
13736
13736
|
});
|
|
13737
13737
|
}, delay);
|
|
@@ -19776,7 +19776,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
19776
19776
|
}
|
|
19777
19777
|
let valid2 = isValidLicense(licenseKey, {
|
|
19778
19778
|
publishedAt: 1624970570587,
|
|
19779
|
-
version: "5.0.0-canary.
|
|
19779
|
+
version: "5.0.0-canary.8"
|
|
19780
19780
|
});
|
|
19781
19781
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
19782
19782
|
return true;
|
package/index.dev.mjs
CHANGED
|
@@ -10610,7 +10610,7 @@ var InfiniteTableLicenseFooter = React48.forwardRef(
|
|
|
10610
10610
|
}, []);
|
|
10611
10611
|
useEffect17(() => {
|
|
10612
10612
|
const forceStyle = () => {
|
|
10613
|
-
|
|
10613
|
+
setTimeout(() => {
|
|
10614
10614
|
enforceStyle(domRef.current, defaultStyle);
|
|
10615
10615
|
enforceStyle(
|
|
10616
10616
|
domRef.current?.firstElementChild,
|
|
@@ -13683,12 +13683,12 @@ var DataSourceApiImpl = class {
|
|
|
13683
13683
|
});
|
|
13684
13684
|
const delay = Math.max(0, this.getState().batchOperationDelay ?? 0);
|
|
13685
13685
|
if (delay === 0) {
|
|
13686
|
-
this.batchOperationRafId =
|
|
13686
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13687
13687
|
this.commit();
|
|
13688
13688
|
});
|
|
13689
13689
|
} else {
|
|
13690
13690
|
this.batchOperationTimeoutId = setTimeout(() => {
|
|
13691
|
-
this.batchOperationRafId =
|
|
13691
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13692
13692
|
this.commit();
|
|
13693
13693
|
});
|
|
13694
13694
|
}, delay);
|
|
@@ -19742,7 +19742,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
19742
19742
|
}
|
|
19743
19743
|
let valid2 = isValidLicense(licenseKey, {
|
|
19744
19744
|
publishedAt: 1624970570587,
|
|
19745
|
-
version: "5.0.0-canary.
|
|
19745
|
+
version: "5.0.0-canary.8"
|
|
19746
19746
|
});
|
|
19747
19747
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
19748
19748
|
return true;
|
package/index.js
CHANGED
|
@@ -10653,7 +10653,7 @@ var InfiniteTableLicenseFooter = React48.forwardRef(
|
|
|
10653
10653
|
}, []);
|
|
10654
10654
|
(0, import_react33.useEffect)(() => {
|
|
10655
10655
|
const forceStyle = () => {
|
|
10656
|
-
|
|
10656
|
+
setTimeout(() => {
|
|
10657
10657
|
enforceStyle(domRef.current, defaultStyle);
|
|
10658
10658
|
enforceStyle(
|
|
10659
10659
|
domRef.current?.firstElementChild,
|
|
@@ -13726,12 +13726,12 @@ var DataSourceApiImpl = class {
|
|
|
13726
13726
|
});
|
|
13727
13727
|
const delay = Math.max(0, this.getState().batchOperationDelay ?? 0);
|
|
13728
13728
|
if (delay === 0) {
|
|
13729
|
-
this.batchOperationRafId =
|
|
13729
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13730
13730
|
this.commit();
|
|
13731
13731
|
});
|
|
13732
13732
|
} else {
|
|
13733
13733
|
this.batchOperationTimeoutId = setTimeout(() => {
|
|
13734
|
-
this.batchOperationRafId =
|
|
13734
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13735
13735
|
this.commit();
|
|
13736
13736
|
});
|
|
13737
13737
|
}, delay);
|
|
@@ -19776,7 +19776,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
19776
19776
|
}
|
|
19777
19777
|
let valid2 = isValidLicense(licenseKey, {
|
|
19778
19778
|
publishedAt: 1624970570587,
|
|
19779
|
-
version: "5.0.0-canary.
|
|
19779
|
+
version: "5.0.0-canary.8"
|
|
19780
19780
|
});
|
|
19781
19781
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
19782
19782
|
return true;
|
package/index.mjs
CHANGED
|
@@ -10610,7 +10610,7 @@ var InfiniteTableLicenseFooter = React48.forwardRef(
|
|
|
10610
10610
|
}, []);
|
|
10611
10611
|
useEffect17(() => {
|
|
10612
10612
|
const forceStyle = () => {
|
|
10613
|
-
|
|
10613
|
+
setTimeout(() => {
|
|
10614
10614
|
enforceStyle(domRef.current, defaultStyle);
|
|
10615
10615
|
enforceStyle(
|
|
10616
10616
|
domRef.current?.firstElementChild,
|
|
@@ -13683,12 +13683,12 @@ var DataSourceApiImpl = class {
|
|
|
13683
13683
|
});
|
|
13684
13684
|
const delay = Math.max(0, this.getState().batchOperationDelay ?? 0);
|
|
13685
13685
|
if (delay === 0) {
|
|
13686
|
-
this.batchOperationRafId =
|
|
13686
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13687
13687
|
this.commit();
|
|
13688
13688
|
});
|
|
13689
13689
|
} else {
|
|
13690
13690
|
this.batchOperationTimeoutId = setTimeout(() => {
|
|
13691
|
-
this.batchOperationRafId =
|
|
13691
|
+
this.batchOperationRafId = setTimeout(() => {
|
|
13692
13692
|
this.commit();
|
|
13693
13693
|
});
|
|
13694
13694
|
}, delay);
|
|
@@ -19742,7 +19742,7 @@ var useLicense = (licenseKey = "") => {
|
|
|
19742
19742
|
}
|
|
19743
19743
|
let valid2 = isValidLicense(licenseKey, {
|
|
19744
19744
|
publishedAt: 1624970570587,
|
|
19745
|
-
version: "5.0.0-canary.
|
|
19745
|
+
version: "5.0.0-canary.8"
|
|
19746
19746
|
});
|
|
19747
19747
|
if (!licenseKey && !valid2 && isInsidePlayground) {
|
|
19748
19748
|
return true;
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bugs": {
|
|
26
26
|
"url": "https://github.com/infinite-table/infinite-react/issues"
|
|
27
27
|
},
|
|
28
|
-
"version": "5.0.0-canary.
|
|
28
|
+
"version": "5.0.0-canary.8",
|
|
29
29
|
"main": "index.js",
|
|
30
30
|
"module": "index.mjs",
|
|
31
31
|
"typings": "index.d.ts",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Commercial & Open Source",
|
|
36
36
|
"//": "will be updated at build time",
|
|
37
|
-
"publishedAt":
|
|
37
|
+
"publishedAt": 1727440909785
|
|
38
38
|
}
|