@bizdoc/core 1.10.0-next.11 → 1.10.0-next.12

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.
@@ -16,6 +16,7 @@ export declare class CubeMatrixComponent implements OnChanges {
16
16
  CURRENCY: string;
17
17
  SYMBOL: string;
18
18
  tableElement: ElementRef<HTMLTableElement>;
19
+ available: string;
19
20
  _cube?: string;
20
21
  _xAxis: string;
21
22
  _series: string;
@@ -57,7 +58,7 @@ export declare class CubeMatrixComponent implements OnChanges {
57
58
  explore(column: HeaderInfo, row: HeaderInfo): void;
58
59
  move(x: any, y: any): void;
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<CubeMatrixComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "_cube": "cube"; "_xAxis": "xAxis"; "_series": "series"; "_indices": "indices"; "scope": "scope"; "sum": "sum"; "filters": "filters"; "loading": "loading"; "interactive": "interactive"; }, { "onExplore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<CubeMatrixComponent, "bizdoc-cube-matrix", never, { "available": "available"; "_cube": "cube"; "_xAxis": "xAxis"; "_series": "series"; "_indices": "indices"; "scope": "scope"; "sum": "sum"; "filters": "filters"; "loading": "loading"; "interactive": "interactive"; }, { "onExplore": "explore"; "loadingChange": "loadingChange"; }, never, never>;
61
62
  }
62
63
  export declare type SumSettings = {
63
64
  value?: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.10.0-next.11",
3
+ "version": "1.10.0-next.12",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",