@gooddata/sdk-ui-pivot 11.16.0-alpha.6 → 11.16.0
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/CorePivotTable.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ import { type ICorePivotTableState } from "./tableState.js";
|
|
|
109
109
|
* @internal
|
|
110
110
|
*/
|
|
111
111
|
export declare class CorePivotTableAgImpl extends Component<ICorePivotTableProps, ICorePivotTableState> {
|
|
112
|
-
static defaultProps: Pick<ICorePivotTableProps, "
|
|
112
|
+
static defaultProps: Pick<ICorePivotTableProps, "onError" | "locale" | "onColumnResized" | "drillableItems" | "ErrorComponent" | "LoadingComponent" | "pageSize" | "config" | "onExportReady" | "onLoadingChanged" | "onDrill" | "onDataView" | "afterRender" | "pushData">;
|
|
113
113
|
private readonly errorMap;
|
|
114
114
|
private containerRef;
|
|
115
115
|
private pivotTableId;
|
|
@@ -11,6 +11,6 @@ import { type AgGridRowData } from "../types/internal.js";
|
|
|
11
11
|
*/
|
|
12
12
|
export declare function useGrandTotalRows(): {
|
|
13
13
|
setGrandTotalRows: (gridApi: AgGridApi, grandTotalRowData: AgGridRowData[]) => void;
|
|
14
|
-
grandTotalsPosition: "top" | "bottom" | "
|
|
14
|
+
grandTotalsPosition: "top" | "bottom" | "pinnedTop" | "pinnedBottom";
|
|
15
15
|
};
|
|
16
16
|
//# sourceMappingURL=useGrandTotalRows.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pivot",
|
|
3
|
-
"version": "11.16.0
|
|
3
|
+
"version": "11.16.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Pivot Table",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -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-
|
|
47
|
-
"@gooddata/sdk-
|
|
48
|
-
"@gooddata/sdk-ui": "11.16.0
|
|
49
|
-
"@gooddata/sdk-ui-kit": "11.16.0
|
|
50
|
-
"@gooddata/sdk-ui-theme-provider": "11.16.0
|
|
51
|
-
"@gooddata/sdk-ui-vis-commons": "11.16.0
|
|
46
|
+
"@gooddata/sdk-model": "11.16.0",
|
|
47
|
+
"@gooddata/sdk-backend-spi": "11.16.0",
|
|
48
|
+
"@gooddata/sdk-ui": "11.16.0",
|
|
49
|
+
"@gooddata/sdk-ui-kit": "11.16.0",
|
|
50
|
+
"@gooddata/sdk-ui-theme-provider": "11.16.0",
|
|
51
|
+
"@gooddata/sdk-ui-vis-commons": "11.16.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
92
|
"vitest": "4.0.8",
|
|
93
93
|
"vitest-dom": "0.1.1",
|
|
94
|
-
"@gooddata/eslint-config": "11.16.0
|
|
95
|
-
"@gooddata/reference-workspace": "11.16.0
|
|
96
|
-
"@gooddata/sdk-backend-
|
|
97
|
-
"@gooddata/sdk-backend-
|
|
94
|
+
"@gooddata/eslint-config": "11.16.0",
|
|
95
|
+
"@gooddata/reference-workspace": "11.16.0",
|
|
96
|
+
"@gooddata/sdk-backend-base": "11.16.0",
|
|
97
|
+
"@gooddata/sdk-backend-mockingbird": "11.16.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"react": "^18.0.0 || ^19.0.0",
|