@cubejs-client/react 0.30.60 → 0.30.64
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/CHANGELOG.md +8 -0
- package/dist/cubejs-client-react.esm.js +874 -1314
- package/dist/cubejs-client-react.esm.js.map +1 -1
- package/dist/cubejs-client-react.umd.js +2542 -2592
- package/dist/cubejs-client-react.umd.js.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -656,9 +656,11 @@ declare module '@cubejs-client/react' {
|
|
|
656
656
|
sourceAxis: TSourceAxis;
|
|
657
657
|
destinationAxis: TSourceAxis;
|
|
658
658
|
};
|
|
659
|
+
|
|
659
660
|
type PivotConfigExtraUpdateFields = {
|
|
660
661
|
limit?: number;
|
|
661
662
|
};
|
|
663
|
+
|
|
662
664
|
type PivotConfigUpdater = {
|
|
663
665
|
moveItem: (args: PivotConfigUpdaterArgs) => void;
|
|
664
666
|
update: (pivotConfig: PivotConfig & PivotConfigExtraUpdateFields) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/react",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.64",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.1.2",
|
|
27
|
-
"@cubejs-client/core": "^0.30.
|
|
27
|
+
"@cubejs-client/core": "^0.30.64",
|
|
28
28
|
"core-js": "^3.6.5",
|
|
29
29
|
"ramda": "^0.27.0"
|
|
30
30
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.10.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f5123837220235430a0eabf921e2c9cd4f513261"
|
|
46
46
|
}
|