@bizdoc/core 1.15.2 → 1.15.5
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/assets/bizdoc-schema.json +6 -8
- package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +9 -7
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +69 -5
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +17 -12
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +14 -15
- package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +49 -0
- package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +18 -42
- package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +10 -15
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +10 -15
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +18 -28
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +131 -15
- package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +15 -34
- package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +24 -34
- package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +18 -27
- package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +15 -16
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +23 -16
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +30 -15
- package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +18 -46
- package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +18 -35
- package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +15 -29
- package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +17 -35
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +12 -14
- package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +38 -0
- package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +14 -15
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +9 -14
- package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +30 -0
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +17 -37
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +19 -42
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +13 -16
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +36 -33
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +11 -16
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +11 -16
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +12 -15
- package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +23 -16
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +4 -4
- package/esm2020/lib/admin/form/form.resolve.service.mjs +7 -7
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +4 -4
- package/esm2020/lib/admin/patterns/patterns.component.mjs +4 -4
- package/esm2020/lib/admin/system.service.mjs +57 -0
- package/esm2020/lib/core/translations.mjs +43 -6
- package/esm2020/lib/cube/sum/sum.component.mjs +1 -1
- package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +1 -1
- package/esm2020/lib/dashboard/cube/compare.widget.mjs +1 -1
- package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +1 -1
- package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +1 -1
- package/esm2020/lib/dashboard/cube/documents.widget.mjs +1 -1
- package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +1 -1
- package/esm2020/lib/reports/cube/documents.component.mjs +1 -1
- package/esm2020/lib/reports/cube/grid-documents.component.mjs +1 -1
- package/esm2020/lib/reports/cube/table-documents.component.mjs +1 -1
- package/esm2020/lib/reports/cube/usage-args.component.mjs +1 -1
- package/esm2020/lib/reports/cube/usage-base.mjs +2 -1
- package/esm2020/lib/reports/cube/usage-chart.component.mjs +1 -1
- package/esm2020/lib/reports/cube/usage-pivot.component.mjs +1 -1
- package/esm2020/lib/reports/cube/usage.component.mjs +4 -5
- package/esm2020/lib/reports/tasks/tasks.component.mjs +1 -1
- package/esm2020/lib/system.module.mjs +14 -12
- package/esm2020/lib/views/cube/chart.component.mjs +2 -2
- package/esm2020/lib/views/cube/explore.component.mjs +1 -1
- package/esm2020/lib/views/cube/matrix.component.mjs +1 -1
- package/esm2020/lib/views/cube/parallel.component.mjs +1 -1
- package/esm2020/lib/views/cube/pivot.component.mjs +1 -1
- package/esm2020/lib/views/cube/sum.component.mjs +2 -2
- package/esm2020/lib/views/cube/view.component.mjs +1 -1
- package/fesm2015/bizdoc-core.mjs +890 -827
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +875 -827
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/configuration-designer/designer-element.component.d.ts +3 -2
- package/lib/admin/configuration-designer/designer.base.d.ts +54 -6
- package/lib/admin/configuration-designer/designer.component.d.ts +3 -17
- package/lib/admin/configuration-designer/elements/action.component.d.ts +3 -13
- package/lib/admin/configuration-designer/elements/analysis-view.component.d.ts +19 -0
- package/lib/admin/configuration-designer/elements/analysis-widget.component.d.ts +4 -30
- package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +1 -9
- package/lib/admin/configuration-designer/elements/box-form.component.d.ts +1 -9
- package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +6 -29
- package/lib/admin/configuration-designer/elements/cube.component.d.ts +38 -11
- package/lib/admin/configuration-designer/elements/documents-report.component.d.ts +3 -27
- package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +8 -25
- package/lib/admin/configuration-designer/elements/explore-view.component.d.ts +6 -26
- package/lib/admin/configuration-designer/elements/folder.component.d.ts +3 -9
- package/lib/admin/configuration-designer/elements/form.component.d.ts +6 -6
- package/lib/admin/configuration-designer/elements/guide.component.d.ts +9 -13
- package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +5 -33
- package/lib/admin/configuration-designer/elements/parallel-view.component.d.ts +5 -28
- package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts +3 -21
- package/lib/admin/configuration-designer/elements/pivot-view.component.d.ts +5 -25
- package/lib/admin/configuration-designer/elements/report.component.d.ts +2 -7
- package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts +18 -0
- package/lib/admin/configuration-designer/elements/role.component.d.ts +3 -10
- package/lib/admin/configuration-designer/elements/rule.component.d.ts +1 -8
- package/lib/admin/configuration-designer/elements/state.component.d.ts +10 -0
- package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +3 -29
- package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts +6 -29
- package/lib/admin/configuration-designer/elements/type.component.d.ts +5 -9
- package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +9 -25
- package/lib/admin/configuration-designer/elements/utility.component.d.ts +2 -13
- package/lib/admin/configuration-designer/elements/view.component.d.ts +1 -9
- package/lib/admin/configuration-designer/elements/widget.component.d.ts +3 -13
- package/lib/admin/configuration-designer/privileges.component.d.ts +11 -6
- package/lib/admin/document-trace/document-trace.component.d.ts +2 -2
- package/lib/admin/form/form.resolve.service.d.ts +3 -3
- package/lib/admin/form/workflow/workflow.component.d.ts +2 -2
- package/lib/admin/patterns/patterns.component.d.ts +2 -2
- package/lib/admin/{form/form.service.d.ts → system.service.d.ts} +9 -5
- package/lib/core/translations.d.ts +41 -0
- package/lib/cube/sum/sum.component.d.ts +2 -1
- package/lib/dashboard/cube/accum-cube.widget.d.ts +2 -2
- package/lib/dashboard/cube/compare.widget.d.ts +7 -1
- package/lib/dashboard/cube/cube-analysis.base.d.ts +3 -3
- package/lib/dashboard/cube/cube-analysis.widget.d.ts +2 -2
- package/lib/dashboard/cube/documents.widget.d.ts +11 -1
- package/lib/dashboard/cube/filter/filter.component.d.ts +2 -2
- package/lib/reports/cube/documents.component.d.ts +2 -3
- package/lib/reports/cube/grid-documents.component.d.ts +2 -2
- package/lib/reports/cube/table-documents.component.d.ts +2 -2
- package/lib/reports/cube/usage-args.component.d.ts +2 -2
- package/lib/reports/cube/usage-base.d.ts +9 -7
- package/lib/reports/cube/usage-chart.component.d.ts +2 -2
- package/lib/reports/cube/usage-pivot.component.d.ts +2 -2
- package/lib/reports/cube/usage.component.d.ts +3 -4
- package/lib/reports/tasks/tasks.component.d.ts +4 -2
- package/lib/system.module.d.ts +59 -57
- package/lib/views/cube/chart.component.d.ts +4 -4
- package/lib/views/cube/explore.component.d.ts +4 -4
- package/lib/views/cube/matrix.component.d.ts +8 -7
- package/lib/views/cube/parallel.component.d.ts +8 -3
- package/lib/views/cube/pivot.component.d.ts +4 -3
- package/lib/views/cube/sum.component.d.ts +5 -3
- package/lib/views/cube/view.component.d.ts +4 -4
- package/package.json +1 -1
- package/esm2020/lib/admin/configuration-designer/elements/chart-view.component.mjs +0 -76
- package/esm2020/lib/admin/form/form.service.mjs +0 -48
- package/lib/admin/configuration-designer/elements/chart-view.component.d.ts +0 -45
@@ -1,9 +1,10 @@
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
2
2
|
import { Observable } from 'rxjs';
|
3
|
-
import { Form, Role } from '
|
3
|
+
import { Form, Role } from '../core/models';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class
|
5
|
+
export declare class SystemService {
|
6
6
|
private _http;
|
7
|
+
synchrinize(name: string): Observable<Object>;
|
7
8
|
private static _cache;
|
8
9
|
findAll(options: {
|
9
10
|
search?: string;
|
@@ -14,11 +15,12 @@ export declare class FormService {
|
|
14
15
|
findAll(search?: string): any;
|
15
16
|
roles(): Observable<Role[]>;
|
16
17
|
range(formId?: string): Observable<RangeInfo[]>;
|
17
|
-
|
18
|
+
cube(name: string): Observable<CubeInfo>;
|
19
|
+
form(name: string): Observable<Form>;
|
18
20
|
save(form: Form): Observable<number>;
|
19
21
|
constructor(_http: HttpClient);
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, never>;
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
|
22
24
|
}
|
23
25
|
export interface RangeInfo {
|
24
26
|
count: number;
|
@@ -30,3 +32,5 @@ export interface DocumentInfo {
|
|
30
32
|
subject: string;
|
31
33
|
stateId: string;
|
32
34
|
}
|
35
|
+
export interface CubeInfo {
|
36
|
+
}
|
@@ -84,6 +84,44 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
SecurityLevel: string;
|
88
|
+
Global: string;
|
89
|
+
Indices: string;
|
90
|
+
Spreadsheet: string;
|
91
|
+
Chart: string;
|
92
|
+
Pivot: string;
|
93
|
+
Grid: string;
|
94
|
+
Pie: string;
|
95
|
+
Line: string;
|
96
|
+
Column: string;
|
97
|
+
Area: string;
|
98
|
+
Bar: string;
|
99
|
+
StackingColumn: string;
|
100
|
+
StackingArea: string;
|
101
|
+
StackingLine: string;
|
102
|
+
StackingBar: string;
|
103
|
+
StepLine: string;
|
104
|
+
StepArea: string;
|
105
|
+
SplineArea: string;
|
106
|
+
Scatter: string;
|
107
|
+
Spline: string;
|
108
|
+
StackingColumn100: string;
|
109
|
+
StackingBar100: string;
|
110
|
+
StackingLine100: string;
|
111
|
+
StackingArea100: string;
|
112
|
+
Waterfall: string;
|
113
|
+
Bubble: string;
|
114
|
+
Polar: string;
|
115
|
+
Radar: string;
|
116
|
+
Pareto: string;
|
117
|
+
Doughnut: string;
|
118
|
+
HalfDoughnut: string;
|
119
|
+
Funnel: string;
|
120
|
+
Pyramid: string;
|
121
|
+
StackingStepArea: string;
|
122
|
+
ChartType: string;
|
123
|
+
IndicesChartType: string;
|
124
|
+
States: string;
|
87
125
|
Cubes: string;
|
88
126
|
Types: string;
|
89
127
|
Widgets: string;
|
@@ -556,6 +594,9 @@ export declare const STRINGS: {
|
|
556
594
|
Working: string;
|
557
595
|
};
|
558
596
|
he: {
|
597
|
+
ChartType: string;
|
598
|
+
IndicesChartType: string;
|
599
|
+
States: string;
|
559
600
|
Cubes: string;
|
560
601
|
Types: string;
|
561
602
|
Widgets: string;
|
@@ -59,7 +59,7 @@ export interface ExploreEvent {
|
|
59
59
|
axes: AxesMap;
|
60
60
|
index?: string;
|
61
61
|
}
|
62
|
-
|
62
|
+
declare type Level = {
|
63
63
|
indices: {
|
64
64
|
name: string;
|
65
65
|
title: string;
|
@@ -79,3 +79,4 @@ export declare type Level = {
|
|
79
79
|
chain?: Level;
|
80
80
|
percent: number;
|
81
81
|
};
|
82
|
+
export {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OnDestroy, ElementRef } from '@angular/core';
|
2
2
|
import { LegendSeriesModel, TooltipSettingsModel, AccumulationChart, AccumulationDataLabelSettingsModel, AnimationModel, IAccTooltipRenderEventArgs, IPointEventArgs } from '@syncfusion/ej2-angular-charts';
|
3
|
-
import { CubeAnalysisBase,
|
3
|
+
import { CubeAnalysisBase, ChartSettingsModel } from './cube-analysis.base';
|
4
4
|
import { DatasourceService } from '../../core/datasource.service';
|
5
5
|
import { SessionService } from '../../core/session.service';
|
6
6
|
import { CubeService, Series, Point } from '../../cube/cube.service';
|
@@ -20,7 +20,7 @@ export declare class CubeAccumAnalysisWidget extends CubeAnalysisBase implements
|
|
20
20
|
readonly tooltip: TooltipSettingsModel;
|
21
21
|
readonly animation: AnimationModel;
|
22
22
|
readonly enableRtl: boolean;
|
23
|
-
constructor(ref: WidgetRef<
|
23
|
+
constructor(ref: WidgetRef<ChartSettingsModel>, info: CubeInfo, session: SessionService, ds: DatasourceService, cube: CubeService, _elementRef: ElementRef);
|
24
24
|
onLoad(data: Series[]): void;
|
25
25
|
onResize(dim: Dimentions): void;
|
26
26
|
onThemeChange(): void;
|
@@ -5,6 +5,7 @@ import { TranslateService } from "../../core/translate.service";
|
|
5
5
|
import { SessionService } from "../../core/session.service";
|
6
6
|
import { DatasourceService } from "../../core/datasource.service";
|
7
7
|
import { WidgetRef } from "../widget-ref";
|
8
|
+
import { AxesMap } from "../../core/models";
|
8
9
|
import * as i0 from "@angular/core";
|
9
10
|
/** */
|
10
11
|
export declare class CubePerformanceWidget implements WidgetComponent<Model[]>, OnDestroy {
|
@@ -32,7 +33,7 @@ export declare class CubePerformanceWidget implements WidgetComponent<Model[]>,
|
|
32
33
|
series: SeriesModel[];
|
33
34
|
height: string;
|
34
35
|
private readonly _destroy;
|
35
|
-
constructor(_translate: TranslateService, _widgetRef: WidgetRef
|
36
|
+
constructor(_translate: TranslateService, _widgetRef: WidgetRef<PerformanceSettingsModel>, _elementRef: ElementRef, _type: DatasourceService, _session: SessionService);
|
36
37
|
onBind(data: Model[]): Promise<void>;
|
37
38
|
private _draw;
|
38
39
|
sharedTooltipRender(evt: ISharedTooltipRenderEventArgs): void;
|
@@ -50,4 +51,9 @@ interface Point {
|
|
50
51
|
duration: number;
|
51
52
|
count: number;
|
52
53
|
}
|
54
|
+
export interface PerformanceSettingsModel {
|
55
|
+
cube: string;
|
56
|
+
series: string;
|
57
|
+
filters?: AxesMap;
|
58
|
+
}
|
53
59
|
export {};
|
@@ -23,7 +23,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
23
23
|
width: string;
|
24
24
|
readonly currencyCode: string;
|
25
25
|
protected _cube: Cube;
|
26
|
-
protected _options:
|
26
|
+
protected _options: ChartSettingsModel;
|
27
27
|
protected _data: Series[];
|
28
28
|
private _series;
|
29
29
|
private _xAxis;
|
@@ -32,7 +32,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
32
32
|
private readonly _axisTypeMap;
|
33
33
|
protected readonly _intl: Internationalization;
|
34
34
|
protected readonly _destroy: Subject<void>;
|
35
|
-
constructor(ref: WidgetRef<
|
35
|
+
constructor(ref: WidgetRef<ChartSettingsModel>, _info: CubeInfo, _session: SessionService, _ds: DatasourceService, _service: CubeService);
|
36
36
|
protected explore(axes: AxesMap, options?: {
|
37
37
|
index?: string;
|
38
38
|
}): void;
|
@@ -47,7 +47,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeAnalysisBase, never>;
|
48
48
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CubeAnalysisBase, never, never, {}, {}, never, never, false>;
|
49
49
|
}
|
50
|
-
export interface
|
50
|
+
export interface ChartSettingsModel {
|
51
51
|
scope?: ScopeType;
|
52
52
|
chartType?: ChartType;
|
53
53
|
indicesChartType?: ChartType;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ViewContainerRef, OnInit, ComponentFactoryResolver, Injector } from '@angular/core';
|
2
2
|
import { WidgetRef } from "../widget-ref";
|
3
3
|
import { WidgetComponent } from '../../core/base';
|
4
|
-
import {
|
4
|
+
import { ChartSettingsModel } from './cube-analysis.base';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class CubeAnalysisWidget implements WidgetComponent<any>, OnInit {
|
7
7
|
private _ref;
|
@@ -9,7 +9,7 @@ export declare class CubeAnalysisWidget implements WidgetComponent<any>, OnInit
|
|
9
9
|
private _injector;
|
10
10
|
private _vc;
|
11
11
|
private _instance;
|
12
|
-
constructor(_ref: WidgetRef<
|
12
|
+
constructor(_ref: WidgetRef<ChartSettingsModel>, _resolver: ComponentFactoryResolver, _injector: Injector, _vc: ViewContainerRef);
|
13
13
|
ngOnInit(): void;
|
14
14
|
onBind(data: any, args?: any): void;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeAnalysisWidget, never>;
|
@@ -5,6 +5,8 @@ import { WidgetRef } from '../widget-ref';
|
|
5
5
|
import { RouterImpl } from '../../core/router';
|
6
6
|
import { MailboxService } from '../../core/mailbox.service';
|
7
7
|
import { PromptService } from '../../core/prompt.service';
|
8
|
+
import { ScopeType } from '../../core/configuration';
|
9
|
+
import { AxesMap } from '../../core/models';
|
8
10
|
import * as i0 from "@angular/core";
|
9
11
|
export declare class CubeDocumentsWidget implements WidgetComponent<MailInfo[]> {
|
10
12
|
private _router;
|
@@ -15,7 +17,7 @@ export declare class CubeDocumentsWidget implements WidgetComponent<MailInfo[]>
|
|
15
17
|
height: string;
|
16
18
|
loading: boolean;
|
17
19
|
readonly columns: string[];
|
18
|
-
constructor(_router: RouterImpl, _mailbox: MailboxService, _sb: PromptService, widgetRef: WidgetRef);
|
20
|
+
constructor(_router: RouterImpl, _mailbox: MailboxService, _sb: PromptService, widgetRef: WidgetRef<CubeDocumentsSettingsModel>);
|
19
21
|
onBind(data: MailInfo[]): void;
|
20
22
|
open(item: MailInfo): void;
|
21
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsWidget, never>;
|
@@ -27,4 +29,12 @@ interface MailInfo {
|
|
27
29
|
subject?: string;
|
28
30
|
state: string;
|
29
31
|
}
|
32
|
+
export interface CubeDocumentsSettingsModel {
|
33
|
+
cube: string;
|
34
|
+
states: string[];
|
35
|
+
filters: AxesMap;
|
36
|
+
scope: ScopeType;
|
37
|
+
take?: number;
|
38
|
+
pending: boolean;
|
39
|
+
}
|
30
40
|
export {};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OnInit } from '@angular/core';
|
2
2
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
3
3
|
import { WidgetRef } from '../../widget-ref';
|
4
|
-
import {
|
4
|
+
import { ChartSettingsModel } from '../cube-analysis.base';
|
5
5
|
import { ArgumentsComponent } from '../../../core/base';
|
6
6
|
import { SessionService } from '../../../core/session.service';
|
7
7
|
import * as i0 from "@angular/core";
|
@@ -14,7 +14,7 @@ export declare class CubeWidgetFilterComponent implements OnInit, ArgumentsCompo
|
|
14
14
|
cube: string;
|
15
15
|
axes: {};
|
16
16
|
/** filter ctor */
|
17
|
-
constructor(_widgetRef: WidgetRef<
|
17
|
+
constructor(_widgetRef: WidgetRef<ChartSettingsModel>, _session: SessionService, _fb: FormBuilder);
|
18
18
|
ngOnInit(): void;
|
19
19
|
valuesChange(axes: any): void;
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeWidgetFilterComponent, never>;
|
@@ -9,7 +9,7 @@ export declare class CubeDocumentsComponent implements ReportComponent<Model>, O
|
|
9
9
|
private _ref;
|
10
10
|
private _vc;
|
11
11
|
private _instance;
|
12
|
-
constructor(_injector: Injector, _ref: ReportRef<
|
12
|
+
constructor(_injector: Injector, _ref: ReportRef<DocumentsSettingsModel>, _vc: ViewContainerRef);
|
13
13
|
onBind(data: Model[], args?: any): void;
|
14
14
|
ngOnInit(): void;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsComponent, never>;
|
@@ -27,8 +27,7 @@ export interface Model {
|
|
27
27
|
formId: string;
|
28
28
|
currencyCode: string;
|
29
29
|
}
|
30
|
-
export interface
|
30
|
+
export interface DocumentsSettingsModel {
|
31
31
|
cube?: string;
|
32
|
-
axes?: string[];
|
33
32
|
group?: string[];
|
34
33
|
}
|
@@ -7,7 +7,7 @@ import { SessionService } from '../../core/session.service';
|
|
7
7
|
import { AccountService } from '../../core/account.service';
|
8
8
|
import { DocumentInfo } from '../../core/info/document-info.service';
|
9
9
|
import { ReportRef } from '../report-ref';
|
10
|
-
import { Model,
|
10
|
+
import { Model, DocumentsSettingsModel } from './documents.component';
|
11
11
|
import * as i0 from "@angular/core";
|
12
12
|
export declare class CubeDocumentsGridComponent implements ReportComponent<Model>, OnDestroy {
|
13
13
|
private _info;
|
@@ -19,7 +19,7 @@ export declare class CubeDocumentsGridComponent implements ReportComponent<Model
|
|
19
19
|
dataSource: Model[];
|
20
20
|
height: number;
|
21
21
|
private readonly _destroy;
|
22
|
-
constructor(ref: ReportRef<
|
22
|
+
constructor(ref: ReportRef<DocumentsSettingsModel>, _info: DocumentInfo, session: SessionService, _accounts: AccountService, service: CubeService);
|
23
23
|
onBind(data: Model[]): void;
|
24
24
|
rowSelected(evt: RowSelectEventArgs): void;
|
25
25
|
ngOnDestroy(): void;
|
@@ -6,7 +6,7 @@ import { CubeService } from '../../cube/cube.service';
|
|
6
6
|
import { SessionService } from '../../core/session.service';
|
7
7
|
import { DocumentInfo } from '../../core/info/document-info.service';
|
8
8
|
import { ReportRef } from '../report-ref';
|
9
|
-
import { Model,
|
9
|
+
import { Model, DocumentsSettingsModel } from './documents.component';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/** */
|
12
12
|
export declare class CubeDocumentsTableComponent implements ReportComponent<Model> {
|
@@ -20,7 +20,7 @@ export declare class CubeDocumentsTableComponent implements ReportComponent<Mode
|
|
20
20
|
sort: MatSort;
|
21
21
|
paginator: MatPaginator;
|
22
22
|
dataSource: MatTableDataSource<any>;
|
23
|
-
constructor(ref: ReportRef<
|
23
|
+
constructor(ref: ReportRef<DocumentsSettingsModel>, _info: DocumentInfo, session: SessionService, _service: CubeService);
|
24
24
|
onBind(data: Model[]): void;
|
25
25
|
open(id: number): void;
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeDocumentsTableComponent, never>;
|
@@ -3,7 +3,7 @@ import { FormBuilder, FormGroup } from "@angular/forms";
|
|
3
3
|
import { ArgumentsComponent } from "../../core/base";
|
4
4
|
import { SessionService } from "../../core/session.service";
|
5
5
|
import { ReportRef } from "../report-ref";
|
6
|
-
import { Args,
|
6
|
+
import { Args, UsageSettingsModel } from "./usage-base";
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
/** */
|
9
9
|
export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args> {
|
@@ -13,7 +13,7 @@ export declare class UsageReportArgs implements OnInit, ArgumentsComponent<Args>
|
|
13
13
|
exclude: string[];
|
14
14
|
cube: string;
|
15
15
|
values: Args;
|
16
|
-
constructor(ref: ReportRef<
|
16
|
+
constructor(ref: ReportRef<UsageSettingsModel>, _fb: FormBuilder, _session: SessionService);
|
17
17
|
ngOnInit(): void;
|
18
18
|
valuesChange(axes: any): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportArgs, never>;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { OnDestroy } from "@angular/core";
|
2
2
|
import { Directionality } from "@angular/cdk/bidi";
|
3
3
|
import { Subject } from "rxjs";
|
4
|
+
import { ChartSeriesType } from "@syncfusion/ej2-angular-pivotview";
|
4
5
|
import { CubeAxis, Cube, CubeIndex, AxisType, Dimentions, AxesMap } from "../../core/models";
|
5
6
|
import { ReportComponent } from "../../core/base";
|
6
7
|
import { SessionService } from "../../core/session.service";
|
@@ -10,10 +11,10 @@ import { CubeService } from "../../cube/cube.service";
|
|
10
11
|
import { PromptService } from "../../core/prompt.service";
|
11
12
|
import { ReportRef } from "../report-ref";
|
12
13
|
import { RouterImpl } from "../../core/router";
|
13
|
-
import {
|
14
|
+
import { ScopeType } from "../../core/configuration";
|
14
15
|
import * as i0 from "@angular/core";
|
15
16
|
export declare abstract class UsageReportBase implements ReportComponent<Item, Args>, OnDestroy {
|
16
|
-
protected _reportRef: ReportRef<
|
17
|
+
protected _reportRef: ReportRef<UsageSettingsModel>;
|
17
18
|
protected _type: DatasourceService;
|
18
19
|
protected _service: CubeService;
|
19
20
|
protected _session: SessionService;
|
@@ -32,12 +33,12 @@ export declare abstract class UsageReportBase implements ReportComponent<Item, A
|
|
32
33
|
readonly currencyCode: string;
|
33
34
|
height: string;
|
34
35
|
width: string;
|
35
|
-
protected readonly _options:
|
36
|
+
protected readonly _options: UsageSettingsModel;
|
36
37
|
protected readonly _fractionDigits: number;
|
37
38
|
protected _data: {}[];
|
38
39
|
private _args;
|
39
40
|
protected readonly _destroy: Subject<void>;
|
40
|
-
constructor(_reportRef: ReportRef<
|
41
|
+
constructor(_reportRef: ReportRef<UsageSettingsModel>, _type: DatasourceService, _service: CubeService, _session: SessionService, _router: RouterImpl, _sb: PromptService, _dir: Directionality, _translate: TranslateService);
|
41
42
|
ngOnInit(): void;
|
42
43
|
abstract onExport(name: string): any;
|
43
44
|
abstract onResize(dim?: Dimentions): any;
|
@@ -55,7 +56,7 @@ export declare type Item = {
|
|
55
56
|
} & {
|
56
57
|
usage?: number;
|
57
58
|
};
|
58
|
-
export
|
59
|
+
export interface UsageSettingsModel {
|
59
60
|
xAxis?: string[] | string;
|
60
61
|
cube?: string;
|
61
62
|
exclude: string[];
|
@@ -63,10 +64,11 @@ export declare type Options = {
|
|
63
64
|
indices?: string[] | string;
|
64
65
|
series?: string[] | string;
|
65
66
|
filters?: AxesMap;
|
66
|
-
scope?:
|
67
|
+
scope?: ScopeType;
|
67
68
|
chartType?: ChartSeriesType;
|
68
69
|
collapse?: boolean;
|
69
|
-
}
|
70
|
+
}
|
71
|
+
export declare type UsageType = 'Chart' | 'Pivot';
|
70
72
|
export interface Args {
|
71
73
|
[axis: string]: string;
|
72
74
|
}
|
@@ -4,7 +4,7 @@ import { DisplayOptionModel, PivotView } from "@syncfusion/ej2-angular-pivotview
|
|
4
4
|
import { DataSourceSettingsModel } from "@syncfusion/ej2-pivotview/src/pivotview/model/datasourcesettings-model";
|
5
5
|
import { ChartSettingsModel } from '@syncfusion/ej2-pivotview/src/pivotview/model/chartsettings-model';
|
6
6
|
import { IPointEventArgs } from "@syncfusion/ej2-angular-charts";
|
7
|
-
import { Item,
|
7
|
+
import { Item, UsageSettingsModel, UsageReportBase } from "./usage-base";
|
8
8
|
import { DatasourceService } from "../../core/datasource.service";
|
9
9
|
import { SessionService } from "../../core/session.service";
|
10
10
|
import { CubeService } from "../../cube/cube.service";
|
@@ -23,7 +23,7 @@ export declare class UsageChartComponent extends UsageReportBase implements OnDe
|
|
23
23
|
dataSourceSettings: DataSourceSettingsModel;
|
24
24
|
readonly displayOption: DisplayOptionModel;
|
25
25
|
chartSettings: ChartSettingsModel;
|
26
|
-
constructor(reportRef: ReportRef<
|
26
|
+
constructor(reportRef: ReportRef<UsageSettingsModel>, type: DatasourceService, service: CubeService, session: SessionService, router: RouterImpl, sb: PromptService, _elementRef: ElementRef, dir: Directionality, translate: TranslateService);
|
27
27
|
/** set defaults */
|
28
28
|
private _defaults;
|
29
29
|
private _palettes;
|
@@ -12,7 +12,7 @@ import { DatasourceService } from "../../core/datasource.service";
|
|
12
12
|
import { CubeService } from "../../cube/cube.service";
|
13
13
|
import { PromptService } from "../../core/prompt.service";
|
14
14
|
import { RouterImpl } from "../../core/router";
|
15
|
-
import { Item,
|
15
|
+
import { Item, UsageSettingsModel, UsageReportBase } from "./usage-base";
|
16
16
|
import { ReportRef } from "../report-ref";
|
17
17
|
import * as i0 from "@angular/core";
|
18
18
|
/**
|
@@ -30,7 +30,7 @@ export declare class UsagePivotComponent extends UsageReportBase {
|
|
30
30
|
readonly conditionalFormatSettings: ConditionalFormatSettingsModel[];
|
31
31
|
readonly groupingBarSettings: GroupingBarSettingsModel;
|
32
32
|
private readonly _intl;
|
33
|
-
constructor(reportRef: ReportRef<
|
33
|
+
constructor(reportRef: ReportRef<UsageSettingsModel>, type: DatasourceService, _elementRef: ElementRef, service: CubeService, session: SessionService, router: RouterImpl, sb: PromptService, dir: Directionality, translate: TranslateService);
|
34
34
|
/** set defaults */
|
35
35
|
private _defaults;
|
36
36
|
/**
|
@@ -1,14 +1,13 @@
|
|
1
|
-
import { OnInit, ViewContainerRef
|
1
|
+
import { OnInit, ViewContainerRef } from "@angular/core";
|
2
2
|
import { ReportRef } from "../report-ref";
|
3
|
-
import { Args, Item,
|
3
|
+
import { Args, Item, UsageSettingsModel } from "./usage-base";
|
4
4
|
import { ReportComponent } from "../../core/base";
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class CubeUsageComponent implements ReportComponent<Item, Args>, OnInit {
|
7
|
-
private _injector;
|
8
7
|
private _ref;
|
9
8
|
private _vc;
|
10
9
|
private _instance;
|
11
|
-
constructor(
|
10
|
+
constructor(_ref: ReportRef<UsageSettingsModel>, _vc: ViewContainerRef);
|
12
11
|
onBind(data: Item[], args?: Args): void;
|
13
12
|
ngOnInit(): void;
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeUsageComponent, never>;
|
@@ -25,7 +25,7 @@ export declare class TasksComponent implements ReportComponent<Model, Axes>, OnD
|
|
25
25
|
height: number;
|
26
26
|
private readonly _map;
|
27
27
|
private readonly _destroy;
|
28
|
-
constructor(_reportRef: ReportRef<
|
28
|
+
constructor(_reportRef: ReportRef<TasksSettingsModel>, _mailbox: MailboxService, _accounts: AccountService, _sb: PromptService, _info: DocumentInfo, _session: SessionService);
|
29
29
|
/**
|
30
30
|
*
|
31
31
|
* @param data
|
@@ -57,7 +57,9 @@ interface Model {
|
|
57
57
|
currencyCode: string;
|
58
58
|
stateId: string;
|
59
59
|
}
|
60
|
-
interface
|
60
|
+
export interface TasksSettingsModel {
|
61
|
+
cube: string;
|
62
|
+
axes: string[];
|
61
63
|
swimlane?: boolean;
|
62
64
|
assignable?: boolean;
|
63
65
|
states?: string[];
|
package/lib/system.module.d.ts
CHANGED
@@ -1,64 +1,66 @@
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
-
import * as i1 from "./admin/configuration-designer/elements/
|
4
|
-
import * as i2 from "./admin/configuration-designer/elements/
|
5
|
-
import * as i3 from "./admin/configuration-designer/elements/
|
6
|
-
import * as i4 from "./admin/configuration-designer/elements/
|
7
|
-
import * as i5 from "./admin/configuration-designer/elements/
|
8
|
-
import * as i6 from "./admin/configuration-designer/elements/
|
9
|
-
import * as i7 from "./admin/configuration-designer/elements/
|
10
|
-
import * as i8 from "./admin/configuration-designer/elements/
|
11
|
-
import * as i9 from "./admin/configuration-designer/elements/
|
12
|
-
import * as i10 from "./admin/configuration-designer/elements/
|
13
|
-
import * as i11 from "./admin/configuration-designer/elements/
|
14
|
-
import * as i12 from "./admin/configuration-designer/elements/
|
15
|
-
import * as i13 from "./admin/configuration-designer/elements/
|
16
|
-
import * as i14 from "./admin/configuration-designer/elements/
|
17
|
-
import * as i15 from "./admin/configuration-designer/elements/
|
18
|
-
import * as i16 from "./admin/configuration-designer/elements/
|
19
|
-
import * as i17 from "./admin/configuration-designer/elements/
|
20
|
-
import * as i18 from "./admin/configuration-designer/elements/
|
21
|
-
import * as i19 from "./admin/configuration-designer/elements/
|
22
|
-
import * as i20 from "./admin/configuration-designer/elements/documents-
|
23
|
-
import * as i21 from "./admin/configuration-designer/elements/
|
24
|
-
import * as i22 from "./admin/configuration-designer/elements/
|
25
|
-
import * as i23 from "./admin/configuration-designer/elements/
|
26
|
-
import * as i24 from "./admin/configuration-designer/elements/
|
27
|
-
import * as i25 from "./admin/configuration-designer/elements/
|
28
|
-
import * as i26 from "./admin/configuration-designer/elements/
|
29
|
-
import * as i27 from "./admin/configuration-designer/elements/
|
30
|
-
import * as i28 from "./admin/configuration-designer/
|
31
|
-
import * as i29 from "./admin/
|
32
|
-
import * as i30 from "./admin/configuration-designer/designer
|
33
|
-
import * as i31 from "./admin/
|
34
|
-
import * as i32 from "./admin/
|
35
|
-
import * as i33 from "./admin/
|
36
|
-
import * as i34 from "./admin/
|
37
|
-
import * as i35 from "./admin/
|
38
|
-
import * as i36 from "./admin/
|
39
|
-
import * as i37 from "./admin/
|
40
|
-
import * as i38 from "./admin/
|
41
|
-
import * as i39 from "./admin/document-trace/
|
42
|
-
import * as i40 from "./admin/
|
43
|
-
import * as i41 from "./admin/
|
44
|
-
import * as i42 from "./admin/
|
45
|
-
import * as i43 from "./admin/
|
46
|
-
import * as i44 from "./admin/
|
47
|
-
import * as i45 from "./admin/
|
48
|
-
import * as i46 from "./admin/form/workflow/
|
49
|
-
import * as i47 from "./admin/
|
50
|
-
import * as i48 from "./admin/
|
51
|
-
import * as i49 from "
|
52
|
-
import * as i50 from "
|
53
|
-
import * as i51 from "@angular/
|
54
|
-
import * as i52 from "@angular/
|
55
|
-
import * as i53 from "@angular/
|
56
|
-
import * as i54 from "
|
57
|
-
import * as i55 from "
|
58
|
-
import * as i56 from "./
|
3
|
+
import * as i1 from "./admin/configuration-designer/elements/state.component";
|
4
|
+
import * as i2 from "./admin/configuration-designer/elements/role.component";
|
5
|
+
import * as i3 from "./admin/configuration-designer/elements/guide.component";
|
6
|
+
import * as i4 from "./admin/configuration-designer/elements/rule.component";
|
7
|
+
import * as i5 from "./admin/configuration-designer/elements/report.component";
|
8
|
+
import * as i6 from "./admin/configuration-designer/elements/folder.component";
|
9
|
+
import * as i7 from "./admin/configuration-designer/elements/utility.component";
|
10
|
+
import * as i8 from "./admin/configuration-designer/elements/form.component";
|
11
|
+
import * as i9 from "./admin/configuration-designer/elements/widget.component";
|
12
|
+
import * as i10 from "./admin/configuration-designer/elements/cube.component";
|
13
|
+
import * as i11 from "./admin/configuration-designer/elements/action.component";
|
14
|
+
import * as i12 from "./admin/configuration-designer/elements/view.component";
|
15
|
+
import * as i13 from "./admin/configuration-designer/elements/type.component";
|
16
|
+
import * as i14 from "./admin/configuration-designer/elements/return-to-role-action.component";
|
17
|
+
import * as i15 from "./admin/configuration-designer/elements/pivot-view.component";
|
18
|
+
import * as i16 from "./admin/configuration-designer/elements/cube-view.component";
|
19
|
+
import * as i17 from "./admin/configuration-designer/elements/box-form.component";
|
20
|
+
import * as i18 from "./admin/configuration-designer/elements/anomaly-rule.component";
|
21
|
+
import * as i19 from "./admin/configuration-designer/elements/usage-report.component";
|
22
|
+
import * as i20 from "./admin/configuration-designer/elements/documents-widget.component";
|
23
|
+
import * as i21 from "./admin/configuration-designer/elements/performance-widget.component";
|
24
|
+
import * as i22 from "./admin/configuration-designer/elements/documents-report.component";
|
25
|
+
import * as i23 from "./admin/configuration-designer/elements/tasks-report.component";
|
26
|
+
import * as i24 from "./admin/configuration-designer/elements/explore-view.component";
|
27
|
+
import * as i25 from "./admin/configuration-designer/elements/analysis-widget.component";
|
28
|
+
import * as i26 from "./admin/configuration-designer/elements/parallel-view.component";
|
29
|
+
import * as i27 from "./admin/configuration-designer/elements/sum-view.component";
|
30
|
+
import * as i28 from "./admin/configuration-designer/elements/matrix-view.component";
|
31
|
+
import * as i29 from "./admin/configuration-designer/elements/analysis-view.component";
|
32
|
+
import * as i30 from "./admin/configuration-designer/designer.component";
|
33
|
+
import * as i31 from "./admin/form/designer/designer.component";
|
34
|
+
import * as i32 from "./admin/configuration-designer/designer-element.component";
|
35
|
+
import * as i33 from "./admin/permissions/permissions.component";
|
36
|
+
import * as i34 from "./admin/indices/manage-cube-index.component";
|
37
|
+
import * as i35 from "./admin/profiler/outofoffice.component";
|
38
|
+
import * as i36 from "./admin/utility-wrapper.component";
|
39
|
+
import * as i37 from "./admin/utility.pane.component";
|
40
|
+
import * as i38 from "./admin/core/search.input";
|
41
|
+
import * as i39 from "./admin/document-trace/reassign.dialog";
|
42
|
+
import * as i40 from "./admin/diff/configuration-diff.component";
|
43
|
+
import * as i41 from "./admin/document-trace/document-trace.component";
|
44
|
+
import * as i42 from "./admin/document-trace/trace-element.component";
|
45
|
+
import * as i43 from "./admin/profiler/profiler.component";
|
46
|
+
import * as i44 from "./admin/positions/positions.component";
|
47
|
+
import * as i45 from "./admin/positions/positions-popup.component";
|
48
|
+
import * as i46 from "./admin/form/workflow/workflow.component";
|
49
|
+
import * as i47 from "./admin/form/workflow/node.component";
|
50
|
+
import * as i48 from "./admin/form/workflow/role-node.component";
|
51
|
+
import * as i49 from "./admin/patterns/patterns.component";
|
52
|
+
import * as i50 from "./admin/configuration-designer/privileges.component";
|
53
|
+
import * as i51 from "@angular/common";
|
54
|
+
import * as i52 from "@angular/common/http";
|
55
|
+
import * as i53 from "@angular/forms";
|
56
|
+
import * as i54 from "@angular/flex-layout";
|
57
|
+
import * as i55 from "@angular/router";
|
58
|
+
import * as i56 from "./modules/diagram.module";
|
59
|
+
import * as i57 from "./modules/chart.module";
|
60
|
+
import * as i58 from "./shared.module";
|
59
61
|
export declare class SystemModule {
|
60
62
|
static forChild(): ModuleWithProviders<SystemModule>;
|
61
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
|
62
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.StateDesignComponent, typeof i2.RoleDesignComponent, typeof i3.GuideDesignComponent, typeof i4.RuleDesignComponent, typeof i5.ReportDesignComponent, typeof i6.FolderDesignComponent, typeof i7.UtilityDesignComponent, typeof i8.FormDesignComponent, typeof i9.WidgetDesignComponent, typeof i10.CubeDesignComponent, typeof i11.ActionDesignComponent, typeof i5.ReportDesignComponent, typeof i12.ViewDesignComponent, typeof i13.TypeDesignComponent, typeof i14.ReturnToRoleActionDesignComponent, typeof i15.PivotViewDesignComponent, typeof i16.CubeViewDesignComponent, typeof i17.BoxFormDesignComponent, typeof i18.AnomalyRuleDesignComponent, typeof i19.UsageReportDesignComponent, typeof i20.DocumentsWidgetDesignComponent, typeof i21.PerformanceWidgetDesignComponent, typeof i22.DocumentsReportDesignComponent, typeof i23.TasksReportDesignComponent, typeof i24.ExploreViewDesignComponent, typeof i25.AnalysisWidgetDesignComponent, typeof i26.ParallelViewDesignComponent, typeof i27.SumViewDesignComponent, typeof i28.MatrixViewDesignComponent, typeof i29.ChartViewDesignComponent, typeof i30.ConfigurationDesignerComponent, typeof i31.FormDesignerComponent, typeof i32.DesignerItemComponent, typeof i33.PermissionsUtility, typeof i34.ManageCubeIndexUtility, typeof i35.ProfileSettingsDialog, typeof i36.UtilityWrapperComponent, typeof i37.UtilityPaneComponent, typeof i38.SearchInput, typeof i39.ReassignDialog, typeof i40.SystemDiffComponent, typeof i41.DocumentTraceComponent, typeof i42.TraceElementComponent, typeof i43.ProfilerComponent, typeof i44.PositionsComponent, typeof i45.PositionsPopup, typeof i46.WorkflowComponent, typeof i47.WorkflowNodeComponent, typeof i48.RoleNodeComponent, typeof i49.PatternsComponent, typeof i50.PrivilegesDesignComponent], [typeof i51.CommonModule, typeof i52.HttpClientModule, typeof i53.ReactiveFormsModule, typeof i54.FlexLayoutModule, typeof i55.RouterModule, typeof i56.SyncfusionDiagramModule, typeof i57.SyncfusionChartModule, typeof i58.SharedModule], [typeof i33.PermissionsUtility, typeof i34.ManageCubeIndexUtility, typeof i36.UtilityWrapperComponent, typeof i37.UtilityPaneComponent, typeof i40.SystemDiffComponent, typeof i41.DocumentTraceComponent, typeof i43.ProfilerComponent, typeof i44.PositionsComponent, typeof i46.WorkflowComponent, typeof i48.RoleNodeComponent, typeof i49.PatternsComponent]>;
|
63
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
|
64
66
|
}
|
@@ -7,7 +7,7 @@ import { AxisClickEvent } from '../../cube/declarations';
|
|
7
7
|
import { DocumentViewRef } from '../document-view-ref';
|
8
8
|
import { CubeBase } from './cube-base';
|
9
9
|
import * as i0 from "@angular/core";
|
10
|
-
export declare class CubeChartViewComponent extends CubeBase<
|
10
|
+
export declare class CubeChartViewComponent extends CubeBase<ChartSettingsModel> {
|
11
11
|
private _router;
|
12
12
|
xAxis: string | string[];
|
13
13
|
series: string | string[];
|
@@ -17,7 +17,7 @@ export declare class CubeChartViewComponent extends CubeBase<Options> {
|
|
17
17
|
indices: string | string[];
|
18
18
|
filters: AxesMap;
|
19
19
|
isAccum: boolean;
|
20
|
-
constructor(session: SessionService, viewRef: DocumentViewRef<
|
20
|
+
constructor(session: SessionService, viewRef: DocumentViewRef<ChartSettingsModel>, service: CubeService, _router: RouterImpl);
|
21
21
|
onViewBind(): void;
|
22
22
|
/**
|
23
23
|
*
|
@@ -27,7 +27,7 @@ export declare class CubeChartViewComponent extends CubeBase<Options> {
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<CubeChartViewComponent, never>;
|
28
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeChartViewComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
29
|
}
|
30
|
-
interface
|
30
|
+
export interface ChartSettingsModel {
|
31
31
|
xAxis: string | string[];
|
32
32
|
series?: string | string[];
|
33
33
|
indices?: string | string[];
|
@@ -35,5 +35,5 @@ interface Options {
|
|
35
35
|
chartType?: ChartType;
|
36
36
|
indicesChartType?: ChartType;
|
37
37
|
scope?: ScopeType;
|
38
|
+
cube?: string;
|
38
39
|
}
|
39
|
-
export {};
|