@gooddata/sdk-ui-pivot 11.19.0-alpha.10 → 11.19.0-alpha.11

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/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // (C) 2007-2026 GoodData Corporation
2
- /* eslint-disable no-barrel-files/no-barrel-files */
2
+ /* oxlint-disable no-barrel-files/no-barrel-files */
3
3
  /**
4
4
  * This package provides the PivotTable component that you can use to visualize your data in a table-based manner.
5
5
  *
package/esm/next/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // (C) 2025-2026 GoodData Corporation
2
- /* eslint-disable no-barrel-files/no-barrel-files */
2
+ /* oxlint-disable no-barrel-files/no-barrel-files */
3
3
  export { PivotTableNext } from "./PivotTableNext.js";
4
4
  export { AgGridTokenProvider, enrichAgGridToken, useAgGridToken, withAgGridToken, } from "./context/AgGridTokenContext.js";
5
5
  // Pluggable Visualization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-pivot",
3
- "version": "11.19.0-alpha.10",
3
+ "version": "11.19.0-alpha.11",
4
4
  "description": "GoodData.UI SDK - Pivot Table",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -43,12 +43,12 @@
43
43
  "ts-invariant": "^0.7.5",
44
44
  "tslib": "2.8.1",
45
45
  "uuid": "^11.1.0",
46
- "@gooddata/sdk-backend-spi": "11.19.0-alpha.10",
47
- "@gooddata/sdk-model": "11.19.0-alpha.10",
48
- "@gooddata/sdk-ui": "11.19.0-alpha.10",
49
- "@gooddata/sdk-ui-kit": "11.19.0-alpha.10",
50
- "@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.10",
51
- "@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.10"
46
+ "@gooddata/sdk-backend-spi": "11.19.0-alpha.11",
47
+ "@gooddata/sdk-model": "11.19.0-alpha.11",
48
+ "@gooddata/sdk-ui-kit": "11.19.0-alpha.11",
49
+ "@gooddata/sdk-ui": "11.19.0-alpha.11",
50
+ "@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.11",
51
+ "@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.11"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-documenter": "^7.17.0",
@@ -66,7 +66,7 @@
66
66
  "dependency-cruiser": "^14.1.2",
67
67
  "eslint": "^9.39.2",
68
68
  "eslint-import-resolver-typescript": "4.4.4",
69
- "eslint-plugin-header": "3.1.1",
69
+ "eslint-plugin-headers": "1.3.3",
70
70
  "eslint-plugin-import-esm": "1.2.1",
71
71
  "eslint-plugin-import-x": "4.16.1",
72
72
  "eslint-plugin-jsdoc": "62.1.0",
@@ -88,12 +88,12 @@
88
88
  "typescript": "5.9.3",
89
89
  "vitest": "4.0.8",
90
90
  "vitest-dom": "0.1.1",
91
- "@gooddata/eslint-config": "11.19.0-alpha.10",
92
- "@gooddata/oxlint-config": "11.19.0-alpha.10",
93
- "@gooddata/sdk-backend-base": "11.19.0-alpha.10",
94
- "@gooddata/reference-workspace": "11.19.0-alpha.10",
95
- "@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.10",
96
- "@gooddata/stylelint-config": "11.19.0-alpha.10"
91
+ "@gooddata/eslint-config": "11.19.0-alpha.11",
92
+ "@gooddata/oxlint-config": "11.19.0-alpha.11",
93
+ "@gooddata/sdk-backend-base": "11.19.0-alpha.11",
94
+ "@gooddata/reference-workspace": "11.19.0-alpha.11",
95
+ "@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.11",
96
+ "@gooddata/stylelint-config": "11.19.0-alpha.11"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react": "^18.0.0 || ^19.0.0",