@cubejs-client/react 0.32.17 → 0.32.30
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.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @title @cubejs-client/react
|
|
3
3
|
* @permalink /@cubejs-client-react
|
|
4
|
-
* @menuCategory
|
|
5
|
-
* @subcategory
|
|
4
|
+
* @menuCategory Reference
|
|
5
|
+
* @subcategory Frontend
|
|
6
6
|
* @menuOrder 3
|
|
7
7
|
* @description `@cubejs-client/react` provides React Components for easy Cube.js integration in a React app.
|
|
8
8
|
*/
|
|
@@ -330,6 +330,8 @@ declare module '@cubejs-client/react' {
|
|
|
330
330
|
|
|
331
331
|
// todo: CubeMember
|
|
332
332
|
export type AvailableCube<T = any> = {
|
|
333
|
+
type: 'cube' | 'view';
|
|
334
|
+
public: boolean;
|
|
333
335
|
cubeName: string;
|
|
334
336
|
cubeTitle: string;
|
|
335
337
|
members: T[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/react",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.30",
|
|
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.32.
|
|
27
|
+
"@cubejs-client/core": "^0.32.30",
|
|
28
28
|
"core-js": "^3.6.5",
|
|
29
29
|
"ramda": "^0.27.2"
|
|
30
30
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.10.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "71afde6187516487d1c38294aae9f494c140fb4a"
|
|
46
46
|
}
|