@infinite-table/infinite-react 6.0.0 → 6.0.1

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 CHANGED
@@ -22067,7 +22067,7 @@ var useLicense = (licenseKey = "") => {
22067
22067
  }
22068
22068
  let valid2 = isValidLicense(licenseKey, {
22069
22069
  publishedAt: 1624970570587,
22070
- version: "6.0.0"
22070
+ version: "6.0.1"
22071
22071
  });
22072
22072
  if (!licenseKey && !valid2 && isInsidePlayground) {
22073
22073
  return true;
@@ -26296,7 +26296,7 @@ InfiniteTable.Footer = () => /* @__PURE__ */ React69.createElement(InfiniteTable
26296
26296
  var React70 = __toESM(require("react"));
26297
26297
  function TreeDataSource(props) {
26298
26298
  const { DataSource: DataSourceComponent } = useDataSourceInternal(props);
26299
- return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "nodes" }, props.children ?? null);
26299
+ return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "children" }, props.children ?? null);
26300
26300
  }
26301
26301
 
26302
26302
  // src/components/TreeGrid/TreeGrid.tsx
package/index.dev.mjs CHANGED
@@ -22025,7 +22025,7 @@ var useLicense = (licenseKey = "") => {
22025
22025
  }
22026
22026
  let valid2 = isValidLicense(licenseKey, {
22027
22027
  publishedAt: 1624970570587,
22028
- version: "6.0.0"
22028
+ version: "6.0.1"
22029
22029
  });
22030
22030
  if (!licenseKey && !valid2 && isInsidePlayground) {
22031
22031
  return true;
@@ -26264,7 +26264,7 @@ InfiniteTable.Footer = () => /* @__PURE__ */ React69.createElement(InfiniteTable
26264
26264
  import * as React70 from "react";
26265
26265
  function TreeDataSource(props) {
26266
26266
  const { DataSource: DataSourceComponent } = useDataSourceInternal(props);
26267
- return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "nodes" }, props.children ?? null);
26267
+ return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "children" }, props.children ?? null);
26268
26268
  }
26269
26269
 
26270
26270
  // src/components/TreeGrid/TreeGrid.tsx
package/index.js CHANGED
@@ -22067,7 +22067,7 @@ var useLicense = (licenseKey = "") => {
22067
22067
  }
22068
22068
  let valid2 = isValidLicense(licenseKey, {
22069
22069
  publishedAt: 1624970570587,
22070
- version: "6.0.0"
22070
+ version: "6.0.1"
22071
22071
  });
22072
22072
  if (!licenseKey && !valid2 && isInsidePlayground) {
22073
22073
  return true;
@@ -26296,7 +26296,7 @@ InfiniteTable.Footer = () => /* @__PURE__ */ React69.createElement(InfiniteTable
26296
26296
  var React70 = __toESM(require("react"));
26297
26297
  function TreeDataSource(props) {
26298
26298
  const { DataSource: DataSourceComponent } = useDataSourceInternal(props);
26299
- return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "nodes" }, props.children ?? null);
26299
+ return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "children" }, props.children ?? null);
26300
26300
  }
26301
26301
 
26302
26302
  // src/components/TreeGrid/TreeGrid.tsx
package/index.mjs CHANGED
@@ -22025,7 +22025,7 @@ var useLicense = (licenseKey = "") => {
22025
22025
  }
22026
22026
  let valid2 = isValidLicense(licenseKey, {
22027
22027
  publishedAt: 1624970570587,
22028
- version: "6.0.0"
22028
+ version: "6.0.1"
22029
22029
  });
22030
22030
  if (!licenseKey && !valid2 && isInsidePlayground) {
22031
22031
  return true;
@@ -26264,7 +26264,7 @@ InfiniteTable.Footer = () => /* @__PURE__ */ React69.createElement(InfiniteTable
26264
26264
  import * as React70 from "react";
26265
26265
  function TreeDataSource(props) {
26266
26266
  const { DataSource: DataSourceComponent } = useDataSourceInternal(props);
26267
- return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "nodes" }, props.children ?? null);
26267
+ return /* @__PURE__ */ React70.createElement(DataSourceComponent, { nodesKey: props.nodesKey || "children" }, props.children ?? null);
26268
26268
  }
26269
26269
 
26270
26270
  // src/components/TreeGrid/TreeGrid.tsx
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": "6.0.0",
28
+ "version": "6.0.1",
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": 1730110944595
37
+ "publishedAt": 1730116744150
38
38
  }