@cubejs-client/ngx 0.34.41 → 0.35.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.
@@ -1,6 +1,6 @@
1
1
  import { Query as TCubeQuery, PivotConfig as TPivotConfig } from '@cubejs-client/core';
2
2
  import { BehaviorSubject } from 'rxjs';
3
- import { CubejsClient } from '../client';
3
+ import { CubeClient } from '../client';
4
4
  import { Query } from './query';
5
5
  import { BuilderMeta } from './builder-meta';
6
6
  import { PivotConfig } from './pivot-config';
@@ -12,7 +12,7 @@ export declare type TQueryBuilderState = {
12
12
  chartType?: TChartType;
13
13
  };
14
14
  export declare class QueryBuilderService {
15
- private _cubejs;
15
+ private _cube;
16
16
  private _meta;
17
17
  private _query;
18
18
  private _disableHeuristics;
@@ -26,7 +26,7 @@ export declare class QueryBuilderService {
26
26
  chartType: ChartType;
27
27
  private init;
28
28
  private _handleQueryChange;
29
- setCubejsClient(cubejsClient: CubejsClient): void;
29
+ setCubeClient(cubeClient: CubeClient): void;
30
30
  private subscribe;
31
31
  deserialize(state: any): Promise<void>;
32
32
  setPartialState(partialState: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/ngx",
3
- "version": "0.34.41",
3
+ "version": "0.35.0",
4
4
  "author": "Cube Dev, Inc.",
5
5
  "engines": {},
6
6
  "repository": {
@@ -55,5 +55,5 @@
55
55
  "typings": "dist/cubejs-client-ngx.d.ts",
56
56
  "metadata": "dist/cubejs-client-ngx.metadata.json",
57
57
  "sideEffects": false,
58
- "gitHead": "b5d4ccdb1a684a24c0e8cfb333fd3b1ce78a961a"
58
+ "gitHead": "75bc6c3d96392b7823e714d17ac85ab435e55b05"
59
59
  }