@infinite-table/infinite-react 9.0.0 → 9.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
@@ -16259,7 +16259,6 @@ function getPivotColumnsAndColumnGroups({
16259
16259
  pivotGroupKey: keys[keys.length - 1],
16260
16260
  pivotIndex: keys.length - 1,
16261
16261
  pivotByAtIndex: pivotByForColumn,
16262
- defaultSortable: false,
16263
16262
  columnGroup: parentColumnGroupId,
16264
16263
  header,
16265
16264
  valueFormatter: ({ rowInfo }) => {
@@ -16315,7 +16314,6 @@ function getPivotColumnsAndColumnGroups({
16315
16314
  pivotByAtIndex: pivotByForColumn,
16316
16315
  pivotIndex: keys.length - 1,
16317
16316
  pivotBy,
16318
- defaultSortable: false,
16319
16317
  valueFormatter: ({ rowInfo }) => {
16320
16318
  if (!rowInfo.isGroupRow) {
16321
16319
  return null;
@@ -27623,7 +27621,7 @@ var useLicense = (licenseKey = "") => {
27623
27621
  }
27624
27622
  let valid2 = isValidLicense(licenseKey, {
27625
27623
  publishedAt: 1624970570587,
27626
- version: "9.0.0"
27624
+ version: "9.0.1"
27627
27625
  });
27628
27626
  if (!licenseKey && !valid2 && isInsidePlayground) {
27629
27627
  return true;
package/index.dev.mjs CHANGED
@@ -16186,7 +16186,6 @@ function getPivotColumnsAndColumnGroups({
16186
16186
  pivotGroupKey: keys[keys.length - 1],
16187
16187
  pivotIndex: keys.length - 1,
16188
16188
  pivotByAtIndex: pivotByForColumn,
16189
- defaultSortable: false,
16190
16189
  columnGroup: parentColumnGroupId,
16191
16190
  header,
16192
16191
  valueFormatter: ({ rowInfo }) => {
@@ -16242,7 +16241,6 @@ function getPivotColumnsAndColumnGroups({
16242
16241
  pivotByAtIndex: pivotByForColumn,
16243
16242
  pivotIndex: keys.length - 1,
16244
16243
  pivotBy,
16245
- defaultSortable: false,
16246
16244
  valueFormatter: ({ rowInfo }) => {
16247
16245
  if (!rowInfo.isGroupRow) {
16248
16246
  return null;
@@ -27555,7 +27553,7 @@ var useLicense = (licenseKey = "") => {
27555
27553
  }
27556
27554
  let valid2 = isValidLicense(licenseKey, {
27557
27555
  publishedAt: 1624970570587,
27558
- version: "9.0.0"
27556
+ version: "9.0.1"
27559
27557
  });
27560
27558
  if (!licenseKey && !valid2 && isInsidePlayground) {
27561
27559
  return true;