@bizdoc/core 1.15.3 → 1.15.4
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/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +9 -7
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +65 -4
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +13 -9
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +4 -6
- 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 +4 -6
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +18 -28
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +120 -13
- package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +4 -6
- package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +21 -32
- package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +18 -27
- package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +4 -6
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +15 -11
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +4 -4
- 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 +4 -6
- package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +17 -35
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +39 -0
- package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +31 -0
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +16 -36
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +19 -42
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +15 -38
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +4 -6
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +9 -13
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +5 -6
- 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 +54 -0
- package/esm2020/lib/core/translations.mjs +41 -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/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/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 +1 -1
- package/esm2020/lib/views/cube/view.component.mjs +1 -1
- package/fesm2015/bizdoc-core.mjs +645 -595
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +639 -595
- 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 +47 -6
- package/lib/admin/configuration-designer/designer.component.d.ts +3 -17
- package/lib/admin/configuration-designer/elements/action.component.d.ts +1 -4
- 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 -4
- package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +6 -29
- package/lib/admin/configuration-designer/elements/cube.component.d.ts +30 -6
- package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +7 -25
- package/lib/admin/configuration-designer/elements/explore-view.component.d.ts +6 -26
- package/lib/admin/configuration-designer/elements/folder.component.d.ts +1 -3
- package/lib/admin/configuration-designer/elements/form.component.d.ts +5 -4
- package/lib/admin/configuration-designer/elements/guide.component.d.ts +3 -7
- 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/pivot-view.component.d.ts +5 -25
- package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts +19 -0
- package/lib/admin/configuration-designer/elements/state.component.d.ts +19 -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 +0 -1
- package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +3 -25
- package/lib/admin/configuration-designer/elements/utility.component.d.ts +1 -4
- package/lib/admin/configuration-designer/elements/view.component.d.ts +2 -7
- package/lib/admin/configuration-designer/elements/widget.component.d.ts +1 -4
- 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} +8 -5
- package/lib/core/translations.d.ts +39 -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/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/usage-args.component.d.ts +2 -2
- package/lib/reports/cube/usage-base.d.ts +7 -6
- 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,39 +1,19 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import { Cube, CubeAxis } from "../../../core/models";
|
5
|
-
import { SessionService } from "../../../core/session.service";
|
6
|
-
import { DesignerElementComponent } from "../designer.base";
|
2
|
+
import { PivotSettingsModel } from "../../../views/cube/pivot.component";
|
3
|
+
import { DesignerCubeElementComponent } from "../designer.base";
|
7
4
|
import * as i0 from "@angular/core";
|
8
|
-
export declare class PivotViewDesignComponent extends
|
9
|
-
private _fb;
|
10
|
-
private _session;
|
5
|
+
export declare class PivotViewDesignComponent extends DesignerCubeElementComponent<PivotSettingsModel> implements OnInit {
|
11
6
|
readonly form: import("@angular/forms").FormGroup<{
|
12
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
13
8
|
xAxis: import("@angular/forms").FormControl<any>;
|
14
9
|
series: import("@angular/forms").FormControl<unknown>;
|
15
10
|
indices: import("@angular/forms").FormControl<unknown>;
|
11
|
+
aggregate: import("@angular/forms").FormControl<unknown>;
|
16
12
|
filters: import("@angular/forms").FormGroup<{}>;
|
17
13
|
chartType: import("@angular/forms").FormControl<unknown>;
|
14
|
+
indicesChartType: import("@angular/forms").FormControl<unknown>;
|
18
15
|
scope: import("@angular/forms").FormControl<unknown>;
|
19
16
|
}>;
|
20
|
-
cube: Cube;
|
21
|
-
secondaryAxes: CubeAxis[];
|
22
|
-
readonly cubes: Cube[];
|
23
|
-
constructor(_fb: FormBuilder, _session: SessionService);
|
24
|
-
ngOnInit(): void;
|
25
|
-
private _secondaryAxes;
|
26
|
-
xAxisSelected(evt: MatSelectChange): void;
|
27
|
-
cubeSelected(evt: MatSelectChange): void;
|
28
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewDesignComponent, never>;
|
29
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
30
19
|
}
|
31
|
-
interface Model {
|
32
|
-
cube: null;
|
33
|
-
xAxis: null;
|
34
|
-
series: null;
|
35
|
-
indices: null;
|
36
|
-
filters: {};
|
37
|
-
scope: null;
|
38
|
-
}
|
39
|
-
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { DesignerElementComponent, DesignerRef, ElementModel } from "../designer.base";
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare class ReturnToRoleActionDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
6
|
+
private _fb;
|
7
|
+
readonly form: import("@angular/forms").FormGroup<{
|
8
|
+
roleId: import("@angular/forms").FormControl<any>;
|
9
|
+
}>;
|
10
|
+
readonly roles: ElementModel<any>[];
|
11
|
+
constructor(_fb: FormBuilder, ref: DesignerRef);
|
12
|
+
ngOnInit(): void;
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReturnToRoleActionDesignComponent, never>;
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReturnToRoleActionDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
15
|
+
}
|
16
|
+
interface Model {
|
17
|
+
roleId: string;
|
18
|
+
}
|
19
|
+
export {};
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { OnInit } from "@angular/core";
|
2
|
+
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { SessionService } from "../../../core/session.service";
|
4
|
+
import { DesignerElementComponent } from "../designer.base";
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare class StateDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
|
+
private _fb;
|
8
|
+
private _session;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{
|
10
|
+
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
+
}>;
|
12
|
+
constructor(_fb: FormBuilder, _session: SessionService);
|
13
|
+
ngOnInit(): void;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StateDesignComponent, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StateDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
|
+
}
|
17
|
+
interface Model {
|
18
|
+
}
|
19
|
+
export {};
|
@@ -1,14 +1,8 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import { ScopeType } from "../../../core/configuration";
|
5
|
-
import { Cube, CubeAxis } from "../../../core/models";
|
6
|
-
import { SessionService } from "../../../core/session.service";
|
7
|
-
import { DesignerElementComponent } from "../designer.base";
|
2
|
+
import { SumSettingsModel } from "../../../views/cube/sum.component";
|
3
|
+
import { DesignerCubeElementComponent } from "../designer.base";
|
8
4
|
import * as i0 from "@angular/core";
|
9
|
-
export declare class SumViewDesignComponent extends
|
10
|
-
private _fb;
|
11
|
-
private _session;
|
5
|
+
export declare class SumViewDesignComponent extends DesignerCubeElementComponent<SumSettingsModel> implements OnInit {
|
12
6
|
readonly form: import("@angular/forms").FormGroup<{
|
13
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
14
8
|
xAxis: import("@angular/forms").FormControl<any>;
|
@@ -16,27 +10,7 @@ export declare class SumViewDesignComponent extends DesignerElementComponent<Mod
|
|
16
10
|
indices: import("@angular/forms").FormControl<unknown>;
|
17
11
|
periodPolicy: import("@angular/forms").FormControl<unknown>;
|
18
12
|
aggregate: import("@angular/forms").FormControl<unknown>;
|
19
|
-
scope: import("@angular/forms").FormControl<unknown>;
|
20
13
|
}>;
|
21
|
-
cube: Cube;
|
22
|
-
secondaryAxes: CubeAxis[];
|
23
|
-
readonly cubes: Cube[];
|
24
|
-
constructor(_fb: FormBuilder, _session: SessionService);
|
25
|
-
ngOnInit(): void;
|
26
|
-
private _secondaryAxes;
|
27
|
-
xAxisSelected(evt: MatSelectChange): void;
|
28
|
-
cubeSelected(evt: MatSelectChange): void;
|
29
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SumViewDesignComponent, never>;
|
30
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<SumViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
31
16
|
}
|
32
|
-
interface Model {
|
33
|
-
cube: string;
|
34
|
-
indices: string[] | string;
|
35
|
-
aggregate: string[];
|
36
|
-
xAxis: string;
|
37
|
-
series?: string;
|
38
|
-
filters: {};
|
39
|
-
periodPolicy?: 'Strict' | 'Fish';
|
40
|
-
scope?: ScopeType;
|
41
|
-
}
|
42
|
-
export {};
|
@@ -1,39 +1,16 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import { ScopeType } from "../../../core/configuration";
|
5
|
-
import { ChartType, Cube } from "../../../core/models";
|
6
|
-
import { SessionService } from "../../../core/session.service";
|
7
|
-
import { DesignerElementComponent } from "../designer.base";
|
2
|
+
import { TasksSettingsModel } from "../../../reports/tasks/tasks.component";
|
3
|
+
import { DesignerCubeElementComponent, ElementModel } from "../designer.base";
|
8
4
|
import * as i0 from "@angular/core";
|
9
|
-
export declare class TasksReportDesignComponent extends
|
10
|
-
private _fb;
|
11
|
-
private _session;
|
5
|
+
export declare class TasksReportDesignComponent extends DesignerCubeElementComponent<TasksSettingsModel> implements OnInit {
|
12
6
|
readonly form: import("@angular/forms").FormGroup<{
|
13
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
14
|
-
|
15
|
-
|
16
|
-
indices: import("@angular/forms").FormControl<unknown>;
|
17
|
-
filters: import("@angular/forms").FormGroup<{}>;
|
18
|
-
chartType: import("@angular/forms").FormControl<unknown>;
|
8
|
+
axes: import("@angular/forms").FormControl<unknown>;
|
9
|
+
states: import("@angular/forms").FormControl<unknown>;
|
19
10
|
scope: import("@angular/forms").FormControl<unknown>;
|
20
11
|
}>;
|
21
|
-
|
22
|
-
readonly cubes: Cube[];
|
23
|
-
constructor(_fb: FormBuilder, _session: SessionService);
|
12
|
+
states: ElementModel<any>[];
|
24
13
|
ngOnInit(): void;
|
25
|
-
cubeSelected(evt: MatSelectChange): void;
|
26
|
-
get isAccum(): boolean;
|
27
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TasksReportDesignComponent, never>;
|
28
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<TasksReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
16
|
}
|
30
|
-
interface Model {
|
31
|
-
cube: null;
|
32
|
-
xAxis: null;
|
33
|
-
series: null;
|
34
|
-
indices: null;
|
35
|
-
filters: {};
|
36
|
-
chartType: ChartType;
|
37
|
-
scope: ScopeType;
|
38
|
-
}
|
39
|
-
export {};
|
@@ -1,14 +1,8 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import { ScopeType } from "../../../core/configuration";
|
5
|
-
import { ChartType, Cube } from "../../../core/models";
|
6
|
-
import { SessionService } from "../../../core/session.service";
|
7
|
-
import { DesignerElementComponent } from "../designer.base";
|
2
|
+
import { UsageSettingsModel } from "../../../reports/cube/usage-base";
|
3
|
+
import { DesignerCubeElementComponent } from "../designer.base";
|
8
4
|
import * as i0 from "@angular/core";
|
9
|
-
export declare class UsageReportDesignComponent extends
|
10
|
-
private _fb;
|
11
|
-
private _session;
|
5
|
+
export declare class UsageReportDesignComponent extends DesignerCubeElementComponent<UsageSettingsModel> implements OnInit {
|
12
6
|
readonly form: import("@angular/forms").FormGroup<{
|
13
7
|
cube: import("@angular/forms").FormControl<unknown>;
|
14
8
|
xAxis: import("@angular/forms").FormControl<any>;
|
@@ -18,22 +12,6 @@ export declare class UsageReportDesignComponent extends DesignerElementComponent
|
|
18
12
|
chartType: import("@angular/forms").FormControl<unknown>;
|
19
13
|
scope: import("@angular/forms").FormControl<unknown>;
|
20
14
|
}>;
|
21
|
-
selectedCube: Cube;
|
22
|
-
readonly cubes: Cube[];
|
23
|
-
constructor(_fb: FormBuilder, _session: SessionService);
|
24
|
-
ngOnInit(): void;
|
25
|
-
cubeSelected(evt: MatSelectChange): void;
|
26
|
-
get isAccum(): boolean;
|
27
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsageReportDesignComponent, never>;
|
28
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<UsageReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
17
|
}
|
30
|
-
interface Model {
|
31
|
-
cube: null;
|
32
|
-
xAxis: null;
|
33
|
-
series: null;
|
34
|
-
indices: null;
|
35
|
-
filters: {};
|
36
|
-
chartType: ChartType;
|
37
|
-
scope: ScopeType;
|
38
|
-
}
|
39
|
-
export {};
|
@@ -6,15 +6,12 @@ import * as i0 from "@angular/core";
|
|
6
6
|
export declare class UtilityDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
7
|
private _fb;
|
8
8
|
private _session;
|
9
|
-
readonly form: import("@angular/forms").FormGroup<{
|
10
|
-
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
-
}>;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{}>;
|
12
10
|
constructor(_fb: FormBuilder, _session: SessionService);
|
13
11
|
ngOnInit(): void;
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilityDesignComponent, never>;
|
15
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<UtilityDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
14
|
}
|
17
15
|
interface Model {
|
18
|
-
disabled?: boolean;
|
19
16
|
}
|
20
17
|
export {};
|
@@ -1,20 +1,15 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
2
|
import { FormBuilder } from "@angular/forms";
|
3
|
-
import { SessionService } from "../../../core/session.service";
|
4
3
|
import { DesignerElementComponent } from "../designer.base";
|
5
4
|
import * as i0 from "@angular/core";
|
6
5
|
export declare class ViewDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
6
|
private _fb;
|
8
|
-
|
9
|
-
|
10
|
-
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
-
}>;
|
12
|
-
constructor(_fb: FormBuilder, _session: SessionService);
|
7
|
+
readonly form: import("@angular/forms").FormGroup<{}>;
|
8
|
+
constructor(_fb: FormBuilder);
|
13
9
|
ngOnInit(): void;
|
14
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewDesignComponent, never>;
|
15
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<ViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
12
|
}
|
17
13
|
interface Model {
|
18
|
-
disabled?: boolean;
|
19
14
|
}
|
20
15
|
export {};
|
@@ -6,15 +6,12 @@ import * as i0 from "@angular/core";
|
|
6
6
|
export declare class WidgetDesignComponent extends DesignerElementComponent<Model> implements OnInit {
|
7
7
|
private _fb;
|
8
8
|
private _session;
|
9
|
-
readonly form: import("@angular/forms").FormGroup<{
|
10
|
-
disabled: import("@angular/forms").FormControl<boolean>;
|
11
|
-
}>;
|
9
|
+
readonly form: import("@angular/forms").FormGroup<{}>;
|
12
10
|
constructor(_fb: FormBuilder, _session: SessionService);
|
13
11
|
ngOnInit(): void;
|
14
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDesignComponent, never>;
|
15
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
16
14
|
}
|
17
15
|
interface Model {
|
18
|
-
disabled?: boolean;
|
19
16
|
}
|
20
17
|
export {};
|
@@ -1,20 +1,25 @@
|
|
1
|
-
import { OnInit } from "@angular/core";
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
2
2
|
import { FormBuilder } from "@angular/forms";
|
3
|
+
import { MatSelectionListChange } from "@angular/material/list";
|
3
4
|
import { Role } from "../../core/models";
|
4
|
-
import {
|
5
|
+
import { SessionService } from "../../core/session.service";
|
6
|
+
import { SystemService } from "../system.service";
|
5
7
|
import { PrivilegesModel } from "./designer.base";
|
6
8
|
import * as i0 from "@angular/core";
|
7
9
|
export declare class PrivilegesDesignComponent implements OnInit {
|
8
10
|
private _fb;
|
11
|
+
private _session;
|
9
12
|
private _service;
|
10
13
|
model: PrivilegesModel;
|
14
|
+
readonly change: EventEmitter<void>;
|
11
15
|
readonly form: import("@angular/forms").FormGroup<{
|
12
|
-
rule
|
13
|
-
roles
|
16
|
+
rule: import("@angular/forms").FormControl<unknown>;
|
17
|
+
roles: import("@angular/forms").FormControl<string[]>;
|
14
18
|
}>;
|
15
19
|
roles: Role[];
|
16
|
-
constructor(_fb: FormBuilder, _service:
|
20
|
+
constructor(_fb: FormBuilder, _session: SessionService, _service: SystemService);
|
17
21
|
ngOnInit(): void;
|
22
|
+
rolesChange(evt: MatSelectionListChange): void;
|
18
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrivilegesDesignComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrivilegesDesignComponent, "bizdoc-privileges", never, { "model": "model"; }, {}, never, never, false>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrivilegesDesignComponent, "bizdoc-privileges", never, { "model": "model"; }, { "change": "change"; }, never, never, false>;
|
20
25
|
}
|
@@ -8,7 +8,7 @@ import { MatInput } from '@angular/material/input';
|
|
8
8
|
import { IChangedEventArgs, RangeNavigator } from '@syncfusion/ej2-angular-charts';
|
9
9
|
import { PromptService } from '../../core/prompt.service';
|
10
10
|
import { UtilityRef } from '../utility-ref';
|
11
|
-
import { DocumentInfo,
|
11
|
+
import { DocumentInfo, SystemService, RangeInfo } from '../system.service';
|
12
12
|
import { TranslateService } from '../../core/translate.service';
|
13
13
|
import { GuideService } from '../../core/guide/guide.service';
|
14
14
|
import { PanesRouter } from '../../core/slots/router.service';
|
@@ -68,7 +68,7 @@ export declare class DocumentTraceComponent implements OnInit, OnDestroy {
|
|
68
68
|
private readonly _destroy;
|
69
69
|
private readonly _dateschange;
|
70
70
|
/** workflow ctor */
|
71
|
-
constructor(_utilityRef: UtilityRef<DiagramInfo, MoveModel, DiagramInfo, number>, _service:
|
71
|
+
constructor(_utilityRef: UtilityRef<DiagramInfo, MoveModel, DiagramInfo, number>, _service: SystemService, _session: SessionService, _pane: PaneRef<DocumentTraceComponent>, _router: PanesRouter, _sb: PromptService, _translate: TranslateService, _popup: Popup, _guide: GuideService, _cd: ChangeDetectorRef, _fb: FormBuilder);
|
72
72
|
ngOnInit(): void;
|
73
73
|
openFilter(evt: Event): void;
|
74
74
|
private _list;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { Params } from "@angular/router";
|
2
|
-
import {
|
2
|
+
import { SystemService } from "../../admin/system.service";
|
3
3
|
import { Form } from "../../core/models";
|
4
4
|
import { PaneResolve } from "../../core/configuration";
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class FormResolve implements PaneResolve<Form> {
|
7
|
-
private
|
8
|
-
constructor(
|
7
|
+
private _service;
|
8
|
+
constructor(_service: SystemService);
|
9
9
|
onResolve(params: Params): Promise<Form>;
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormResolve, never>;
|
11
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<FormResolve>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OnDestroy, ElementRef, OnInit, AfterViewInit } from '@angular/core';
|
2
2
|
import { DiagramConstraints, ConnectorModel, ScrollSettingsModel, Diagram, NodeModel, SymbolInfo, IDragEnterEventArgs, SnapSettingsModel, MarginModel, PaletteModel, Segments, SelectorModel, RulerSettingsModel, AlignmentOptions, SymbolPalette, ISelectionChangeEventArgs } from '@syncfusion/ej2-angular-diagrams';
|
3
3
|
import { SessionService } from '../../../core/session.service';
|
4
|
-
import {
|
4
|
+
import { SystemService } from '../../system.service';
|
5
5
|
import { PromptService } from '../../../core/prompt.service';
|
6
6
|
import { TranslateService } from '../../../core/translate.service';
|
7
7
|
import { PaneRef } from '../../../core/slots/pane-ref';
|
@@ -41,7 +41,7 @@ export declare class WorkflowComponent implements OnInit, AfterViewInit, OnDestr
|
|
41
41
|
private readonly _destroy;
|
42
42
|
private readonly _nodedestroy;
|
43
43
|
/** workflow ctor */
|
44
|
-
constructor(ps: PromptService, _service:
|
44
|
+
constructor(ps: PromptService, _service: SystemService, _pane: PaneRef<WorkflowComponent>, _router: PanesRouter, _session: SessionService, _translate: TranslateService);
|
45
45
|
ngAfterViewInit(): void;
|
46
46
|
ngOnInit(): void;
|
47
47
|
private _palettes;
|
@@ -13,7 +13,7 @@ import { MatCheckboxChange } from '@angular/material/checkbox';
|
|
13
13
|
import { DatasourceService } from '../../core/datasource.service';
|
14
14
|
import { MatSort } from '@angular/material/sort';
|
15
15
|
import { MatPaginator } from '@angular/material/paginator';
|
16
|
-
import {
|
16
|
+
import { SystemService } from '../system.service';
|
17
17
|
import * as i0 from "@angular/core";
|
18
18
|
export declare class PatternsComponent implements UtilityComponent<boolean, any>, OnInit, OnDestroy {
|
19
19
|
private _session;
|
@@ -46,7 +46,7 @@ export declare class PatternsComponent implements UtilityComponent<boolean, any>
|
|
46
46
|
}>;
|
47
47
|
private readonly _destroy;
|
48
48
|
paging: boolean;
|
49
|
-
constructor(_session: SessionService, _dir: Directionality, _fb: FormBuilder, _ref: UtilityRef<boolean, Pattern[], Pattern[], any, Options>, _type: DatasourceService, _service:
|
49
|
+
constructor(_session: SessionService, _dir: Directionality, _fb: FormBuilder, _ref: UtilityRef<boolean, Pattern[], Pattern[], any, Options>, _type: DatasourceService, _service: SystemService, _sb: PromptService, _dialog: MatDialog);
|
50
50
|
ngOnInit(): void;
|
51
51
|
private _datasource;
|
52
52
|
private _columns;
|
@@ -1,8 +1,8 @@
|
|
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
7
|
private static _cache;
|
8
8
|
findAll(options: {
|
@@ -14,11 +14,12 @@ export declare class FormService {
|
|
14
14
|
findAll(search?: string): any;
|
15
15
|
roles(): Observable<Role[]>;
|
16
16
|
range(formId?: string): Observable<RangeInfo[]>;
|
17
|
-
|
17
|
+
cube(name: string): Observable<CubeInfo>;
|
18
|
+
form(name: string): Observable<Form>;
|
18
19
|
save(form: Form): Observable<number>;
|
19
20
|
constructor(_http: HttpClient);
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SystemService, never>;
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SystemService>;
|
22
23
|
}
|
23
24
|
export interface RangeInfo {
|
24
25
|
count: number;
|
@@ -30,3 +31,5 @@ export interface DocumentInfo {
|
|
30
31
|
subject: string;
|
31
32
|
stateId: string;
|
32
33
|
}
|
34
|
+
export interface CubeInfo {
|
35
|
+
}
|
@@ -84,6 +84,42 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
Indices: string;
|
88
|
+
Spreadsheet: string;
|
89
|
+
Chart: string;
|
90
|
+
Pivot: string;
|
91
|
+
Grid: string;
|
92
|
+
Pie: string;
|
93
|
+
Line: string;
|
94
|
+
Column: string;
|
95
|
+
Area: string;
|
96
|
+
Bar: string;
|
97
|
+
StackingColumn: string;
|
98
|
+
StackingArea: string;
|
99
|
+
StackingLine: string;
|
100
|
+
StackingBar: string;
|
101
|
+
StepLine: string;
|
102
|
+
StepArea: string;
|
103
|
+
SplineArea: string;
|
104
|
+
Scatter: string;
|
105
|
+
Spline: string;
|
106
|
+
StackingColumn100: string;
|
107
|
+
StackingBar100: string;
|
108
|
+
StackingLine100: string;
|
109
|
+
StackingArea100: string;
|
110
|
+
Waterfall: string;
|
111
|
+
Bubble: string;
|
112
|
+
Polar: string;
|
113
|
+
Radar: string;
|
114
|
+
Pareto: string;
|
115
|
+
Doughnut: string;
|
116
|
+
HalfDoughnut: string;
|
117
|
+
Funnel: string;
|
118
|
+
Pyramid: string;
|
119
|
+
StackingStepArea: string;
|
120
|
+
ChartType: string;
|
121
|
+
IndicesChartType: string;
|
122
|
+
States: string;
|
87
123
|
Cubes: string;
|
88
124
|
Types: string;
|
89
125
|
Widgets: string;
|
@@ -556,6 +592,9 @@ export declare const STRINGS: {
|
|
556
592
|
Working: string;
|
557
593
|
};
|
558
594
|
he: {
|
595
|
+
ChartType: string;
|
596
|
+
IndicesChartType: string;
|
597
|
+
States: string;
|
559
598
|
Cubes: string;
|
560
599
|
Types: string;
|
561
600
|
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;
|
@@ -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>;
|
@@ -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>;
|