@bizdoc/core 1.15.3 → 1.15.6
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/assets/system/icons.json +1 -0
- package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +9 -7
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +109 -4
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +115 -46
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +12 -20
- package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +48 -0
- package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +16 -39
- package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +10 -15
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +14 -15
- package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +61 -0
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +18 -28
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +142 -17
- 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 +16 -19
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +58 -25
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +34 -19
- package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +45 -41
- package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +18 -34
- 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 -34
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +12 -18
- 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 +18 -18
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +9 -18
- package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +28 -0
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +17 -35
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +19 -42
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +15 -19
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +37 -33
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +12 -18
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +13 -16
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +10 -20
- package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +162 -0
- package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +31 -16
- package/esm2020/lib/admin/core/color-picker.input.mjs +9 -33
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +4 -4
- package/esm2020/lib/admin/form/designer/designer.component.mjs +140 -18
- package/esm2020/lib/admin/form/form.resolve.service.mjs +7 -7
- package/esm2020/lib/admin/form/workflow/workflow.component.mjs +9 -9
- package/esm2020/lib/admin/patterns/patterns.component.mjs +4 -4
- package/esm2020/lib/admin/system.service.mjs +57 -0
- package/esm2020/lib/compose/box/box.component.mjs +43 -0
- package/esm2020/lib/compose/document.component.mjs +2 -2
- package/esm2020/lib/compose/form-ref.mjs +7 -2
- package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
- package/esm2020/lib/compose/form.component.mjs +2 -2
- package/esm2020/lib/compose/new-menu.component.mjs +3 -3
- package/esm2020/lib/compose/version-compare/version-compare.component.mjs +2 -2
- package/esm2020/lib/core/functions.mjs +6 -1
- package/esm2020/lib/core/mailbox.service.mjs +2 -2
- package/esm2020/lib/core/models.mjs +1 -1
- package/esm2020/lib/core/translations.mjs +44 -6
- package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
- package/esm2020/lib/cube/matrix/table.component.mjs +1 -1
- 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/shared.module.mjs +5 -4
- package/esm2020/lib/system.module.mjs +18 -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 +1457 -937
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +1437 -939
- 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 +111 -16
- package/lib/admin/configuration-designer/designer.component.d.ts +15 -18
- package/lib/admin/configuration-designer/elements/action.component.d.ts +2 -16
- 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 +3 -13
- package/lib/admin/configuration-designer/elements/configuration-datasource.component.d.ts +26 -0
- package/lib/admin/configuration-designer/elements/cube-view.component.d.ts +6 -29
- package/lib/admin/configuration-designer/elements/cube.component.d.ts +36 -13
- 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 +2 -14
- package/lib/admin/configuration-designer/elements/form.component.d.ts +8 -13
- package/lib/admin/configuration-designer/elements/guide.component.d.ts +7 -16
- package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +10 -32
- 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 -15
- 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 -15
- package/lib/admin/configuration-designer/elements/rule.component.d.ts +2 -13
- package/lib/admin/configuration-designer/elements/state.component.d.ts +7 -0
- package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +4 -29
- package/lib/admin/configuration-designer/elements/tasks-report.component.d.ts +6 -29
- package/lib/admin/configuration-designer/elements/type.component.d.ts +2 -16
- package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +9 -25
- package/lib/admin/configuration-designer/elements/utility.component.d.ts +2 -15
- package/lib/admin/configuration-designer/elements/view.component.d.ts +3 -13
- package/lib/admin/configuration-designer/elements/widget.component.d.ts +2 -16
- package/lib/admin/configuration-designer/icon-picker.component.d.ts +67 -0
- package/lib/admin/configuration-designer/privileges.component.d.ts +11 -7
- package/lib/admin/core/color-picker.input.d.ts +3 -6
- package/lib/admin/document-trace/document-trace.component.d.ts +2 -2
- package/lib/admin/form/designer/designer.component.d.ts +59 -19
- package/lib/admin/form/form.resolve.service.d.ts +3 -3
- package/lib/admin/form/workflow/workflow.component.d.ts +3 -3
- 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/compose/box/box.component.d.ts +17 -0
- package/lib/compose/form-ref.d.ts +6 -2
- package/lib/core/models.d.ts +4 -1
- package/lib/core/translations.d.ts +42 -0
- package/lib/cube/matrix/table.component.d.ts +0 -1
- 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 +4 -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/shared.module.d.ts +183 -182
- package/lib/system.module.d.ts +61 -57
- package/lib/views/cube/chart.component.d.ts +5 -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
@@ -0,0 +1,67 @@
|
|
1
|
+
import { Directionality } from "@angular/cdk/bidi";
|
2
|
+
import { Overlay } from "@angular/cdk/overlay";
|
3
|
+
import { HttpClient } from "@angular/common/http";
|
4
|
+
import { ElementRef, EventEmitter, OnInit, TemplateRef, ViewContainerRef } from "@angular/core";
|
5
|
+
import { ControlValueAccessor, FormControl, NgControl } from "@angular/forms";
|
6
|
+
import { MatFormFieldControl } from "@angular/material/form-field";
|
7
|
+
import { Subject } from "rxjs";
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
export declare class IconPickerComponent implements MatFormFieldControl<string>, ControlValueAccessor, OnInit {
|
10
|
+
ngControl: NgControl;
|
11
|
+
private _overlay;
|
12
|
+
private _http;
|
13
|
+
private _vc;
|
14
|
+
private _element;
|
15
|
+
private _dir;
|
16
|
+
private static nextId;
|
17
|
+
id: string;
|
18
|
+
private _value;
|
19
|
+
get value(): string;
|
20
|
+
set value(val: string);
|
21
|
+
get empty(): boolean;
|
22
|
+
get shouldLabelFloat(): boolean;
|
23
|
+
get required(): boolean;
|
24
|
+
set required(req: boolean);
|
25
|
+
get disabled(): boolean;
|
26
|
+
set disabled(value: boolean);
|
27
|
+
errorState: boolean;
|
28
|
+
describedBy: string;
|
29
|
+
placeholder: string;
|
30
|
+
focused: boolean;
|
31
|
+
readonly valueChanges: EventEmitter<string>;
|
32
|
+
panel: TemplateRef<any>;
|
33
|
+
readonly categories: CategoryInfo[];
|
34
|
+
readonly filter: FormControl<any>;
|
35
|
+
private static icons;
|
36
|
+
private _overlayRef;
|
37
|
+
private _onChange;
|
38
|
+
private _onTouched;
|
39
|
+
private _required;
|
40
|
+
private _disabled;
|
41
|
+
readonly stateChanges: Subject<void>;
|
42
|
+
constructor(ngControl: NgControl, _overlay: Overlay, _http: HttpClient, _vc: ViewContainerRef, _element: ElementRef, _dir: Directionality);
|
43
|
+
registerOnChange(fn: any): void;
|
44
|
+
registerOnTouched(fn: any): void;
|
45
|
+
writeValue(obj: any): void;
|
46
|
+
setDescribedByIds(ids: string[]): void;
|
47
|
+
onContainerClick(_event: MouseEvent): void;
|
48
|
+
ngOnInit(): void;
|
49
|
+
private _list;
|
50
|
+
open(): void;
|
51
|
+
_trackBy(index: number, el: IconInfo | CategoryInfo): string;
|
52
|
+
_clear(): void;
|
53
|
+
close(): void;
|
54
|
+
_pick(icon: IconInfo): void;
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IconPickerComponent, [{ optional: true; self: true; }, null, null, null, null, null]>;
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconPickerComponent, "bizdoc-icon-picker", never, { "value": "value"; "required": "required"; "disabled": "disabled"; }, { "valueChanges": "valueChanges"; }, never, never, false>;
|
57
|
+
}
|
58
|
+
interface CategoryInfo {
|
59
|
+
name: string;
|
60
|
+
items: IconInfo[];
|
61
|
+
}
|
62
|
+
interface IconInfo {
|
63
|
+
name: string;
|
64
|
+
categories: string[];
|
65
|
+
tags: string[];
|
66
|
+
}
|
67
|
+
export {};
|
@@ -1,20 +1,24 @@
|
|
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 { PrivilegesModel } from "./designer.base";
|
5
|
+
import { SystemService } from "../system.service";
|
6
|
+
import { DesignerRef, PrivilegesModel } from "./designer.base";
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare class PrivilegesDesignComponent implements OnInit {
|
8
9
|
private _fb;
|
9
10
|
private _service;
|
11
|
+
private _ref;
|
10
12
|
model: PrivilegesModel;
|
13
|
+
readonly change: EventEmitter<void>;
|
11
14
|
readonly form: import("@angular/forms").FormGroup<{
|
12
|
-
rule
|
13
|
-
roles
|
15
|
+
rule: import("@angular/forms").FormControl<unknown>;
|
16
|
+
roles: import("@angular/forms").FormControl<string[]>;
|
14
17
|
}>;
|
15
18
|
roles: Role[];
|
16
|
-
constructor(_fb: FormBuilder, _service:
|
19
|
+
constructor(_fb: FormBuilder, _service: SystemService, _ref: DesignerRef);
|
17
20
|
ngOnInit(): void;
|
21
|
+
rolesChange(evt: MatSelectionListChange): void;
|
18
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrivilegesDesignComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrivilegesDesignComponent, "bizdoc-privileges", never, { "model": "model"; }, {}, never, never, false>;
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrivilegesDesignComponent, "bizdoc-privileges", never, { "model": "model"; }, { "change": "change"; }, never, never, false>;
|
20
24
|
}
|
@@ -3,7 +3,6 @@ import { MatFormFieldControl } from "@angular/material/form-field";
|
|
3
3
|
import { ControlValueAccessor, NgControl } from "@angular/forms";
|
4
4
|
import { Overlay } from "@angular/cdk/overlay";
|
5
5
|
import { Subject } from "rxjs";
|
6
|
-
import { MatButton } from "@angular/material/button";
|
7
6
|
import { Directionality } from "@angular/cdk/bidi";
|
8
7
|
import * as i0 from "@angular/core";
|
9
8
|
export declare class ColorPicker implements MatFormFieldControl<string>, ControlValueAccessor, OnDestroy {
|
@@ -19,14 +18,13 @@ export declare class ColorPicker implements MatFormFieldControl<string>, Control
|
|
19
18
|
};
|
20
19
|
};
|
21
20
|
label: string;
|
22
|
-
scales: string[];
|
23
|
-
colors: string[];
|
21
|
+
readonly scales: string[];
|
22
|
+
readonly colors: string[];
|
24
23
|
readonly Object: ObjectConstructor;
|
25
24
|
private _onChange;
|
26
25
|
private _onTouched;
|
27
26
|
private _required;
|
28
27
|
private _disabled;
|
29
|
-
private _opened;
|
30
28
|
private _value;
|
31
29
|
writeValue(obj: any): void;
|
32
30
|
registerOnChange(fn: any): void;
|
@@ -49,7 +47,6 @@ export declare class ColorPicker implements MatFormFieldControl<string>, Control
|
|
49
47
|
describedBy: string;
|
50
48
|
setDescribedByIds(ids: string[]): void;
|
51
49
|
onContainerClick(_event: MouseEvent): void;
|
52
|
-
_trigger: MatButton;
|
53
50
|
_colorPalette: TemplateRef<any>;
|
54
51
|
ngOnDestroy(): void;
|
55
52
|
private _overlayRef;
|
@@ -60,5 +57,5 @@ export declare class ColorPicker implements MatFormFieldControl<string>, Control
|
|
60
57
|
_pick(color: string): void;
|
61
58
|
private _createOverlay;
|
62
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPicker, [{ optional: true; self: true; }, null, null, null, null]>;
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPicker, "bizdoc-color-picker", never, { "label": "label"; "required": "required"; "disabled": "disabled"; }, { "valueChanges": "valueChanges"; }, never, never, false>;
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPicker, "bizdoc-color-picker", never, { "label": "label"; "value": "value"; "required": "required"; "disabled": "disabled"; }, { "valueChanges": "valueChanges"; }, never, never, false>;
|
64
61
|
}
|
@@ -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,46 +1,86 @@
|
|
1
1
|
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
2
|
-
import { OnInit } from "@angular/core";
|
2
|
+
import { ChangeDetectorRef, OnInit } from "@angular/core";
|
3
3
|
import { FormBuilder } from "@angular/forms";
|
4
|
-
import { FieldType, Type } from "../../../core/models";
|
4
|
+
import { Cube, FieldType, Type } from "../../../core/models";
|
5
|
+
import { PromptService } from "../../../core/prompt.service";
|
5
6
|
import { SessionService } from "../../../core/session.service";
|
7
|
+
import { PaneRef } from "../../../core/slots/pane-ref";
|
6
8
|
import { UtilityRef } from "../../utility-ref";
|
7
9
|
import * as i0 from "@angular/core";
|
8
10
|
/** */
|
9
11
|
export declare class FormDesignerComponent implements OnInit {
|
10
12
|
private _fb;
|
13
|
+
private _pane;
|
14
|
+
private _cd;
|
15
|
+
private _ps;
|
11
16
|
private _session;
|
12
17
|
private _ref;
|
13
18
|
loading: boolean;
|
14
19
|
tools: boolean;
|
15
20
|
saving: boolean;
|
16
|
-
model:
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
21
|
+
model: BoxFormMetadata;
|
22
|
+
readonly history: BoxFormMetadata[];
|
23
|
+
historyIndex: number;
|
24
|
+
readonly datatypes: Type[];
|
25
|
+
readonly cubes: Cube[];
|
26
|
+
readonly form: import("@angular/forms").FormGroup<{
|
27
|
+
subject: import("@angular/forms").FormControl<unknown>;
|
28
|
+
value: import("@angular/forms").FormControl<unknown>;
|
29
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
30
|
+
summary: import("@angular/forms").FormControl<unknown>;
|
22
31
|
}>;
|
23
|
-
|
32
|
+
title: string;
|
33
|
+
dirty: boolean;
|
34
|
+
settings: boolean;
|
35
|
+
private _formId;
|
36
|
+
constructor(_fb: FormBuilder, _pane: PaneRef<any>, _cd: ChangeDetectorRef, _ps: PromptService, _session: SessionService, _ref: UtilityRef<boolean, {
|
37
|
+
metadata: BoxFormMetadata;
|
38
|
+
formId: string;
|
39
|
+
}, BoxFormMetadata, string>);
|
24
40
|
ngOnInit(): void;
|
25
|
-
|
41
|
+
private _open;
|
42
|
+
addSection(evt?: Event): void;
|
43
|
+
addRow(section: SectionModel, evt?: Event): void;
|
44
|
+
addField(section: SectionModel, row: RowModel, kind: FieldType, evt?: Event): void;
|
45
|
+
removeField(row: RowModel, field: FieldModel): void;
|
46
|
+
removeSection(section: SectionModel): void;
|
47
|
+
removeRow(section: SectionModel, row: RowModel): void;
|
48
|
+
private _notifyChange;
|
49
|
+
undo(): void;
|
50
|
+
redo(): void;
|
51
|
+
/**
|
52
|
+
* Ctrl-s save; Ctrl-z undo
|
53
|
+
* @param event
|
54
|
+
*/
|
55
|
+
handleKeyboardEvent(event: KeyboardEvent): void;
|
56
|
+
drop(event: CdkDragDrop<(FieldModel | RowModel | SectionModel)[]>): void;
|
26
57
|
save(): void;
|
27
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormDesignerComponent, never>;
|
28
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormDesignerComponent, "ng-component", never, {}, {}, never, never, false>;
|
29
60
|
}
|
30
|
-
interface
|
31
|
-
sections:
|
61
|
+
export interface BoxFormMetadata {
|
62
|
+
sections: SectionModel[];
|
63
|
+
value?: string;
|
64
|
+
subject?: string;
|
65
|
+
summary?: string;
|
66
|
+
cube?: string;
|
67
|
+
}
|
68
|
+
interface SectionModel {
|
32
69
|
name: string;
|
33
70
|
title: string;
|
71
|
+
value?: string;
|
72
|
+
rows: RowModel[];
|
34
73
|
}
|
35
|
-
interface
|
36
|
-
|
74
|
+
interface RowModel {
|
75
|
+
fields: FieldModel[];
|
37
76
|
}
|
38
|
-
interface
|
39
|
-
|
40
|
-
}
|
41
|
-
interface Field {
|
77
|
+
interface FieldModel {
|
78
|
+
name: string;
|
42
79
|
label: string;
|
43
80
|
kind: FieldType;
|
44
|
-
|
81
|
+
required: boolean;
|
82
|
+
dataType?: string;
|
83
|
+
min?: any;
|
84
|
+
max?: any;
|
45
85
|
}
|
46
86
|
export {};
|
@@ -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';
|
@@ -9,7 +9,7 @@ import { PanesRouter } from '../../../core/slots/router.service';
|
|
9
9
|
import { AdminComponent } from '../../admin-dismiss.service';
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
export declare class WorkflowComponent implements OnInit, AfterViewInit, OnDestroy, AdminComponent {
|
12
|
-
private
|
12
|
+
private _ps;
|
13
13
|
private _service;
|
14
14
|
private _pane;
|
15
15
|
private _router;
|
@@ -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(
|
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,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
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { FormBuilder, FormGroup } from "@angular/forms";
|
2
|
+
import { BoxFormMetadata } from "../../admin/form/designer/designer.component";
|
3
|
+
import { FormComponent, ViewMode } from "../../core/base";
|
4
|
+
import { DocumentModel } from "../../core/models";
|
5
|
+
import { FormRef } from "../form-ref";
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class BoxFormComponent implements FormComponent<any> {
|
8
|
+
private _fb;
|
9
|
+
metadata: BoxFormMetadata;
|
10
|
+
data: DocumentModel<any>;
|
11
|
+
constructor(_fb: FormBuilder, ref: FormRef<any, BoxFormMetadata>);
|
12
|
+
readonly form: FormGroup<any>;
|
13
|
+
mode: ViewMode;
|
14
|
+
onBind(data: DocumentModel<any>, version?: any): void;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BoxFormComponent, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BoxFormComponent, "ng-component", never, {}, {}, never, never, false>;
|
17
|
+
}
|
@@ -1,12 +1,16 @@
|
|
1
1
|
import { Subject } from "rxjs";
|
2
2
|
import { ViewMode } from "../core/base";
|
3
|
-
|
3
|
+
import { Form } from "../core/models";
|
4
|
+
export declare class FormRef<M = any, O = any> {
|
5
|
+
private _configuration;
|
4
6
|
readonly _saving: Subject<SaveEventArgs>;
|
5
7
|
readonly _stateChange: Subject<void>;
|
6
8
|
readonly _modelChange: Subject<M>;
|
7
9
|
readonly _navigating: Subject<string | number>;
|
8
10
|
_mode?: ViewMode;
|
9
|
-
constructor();
|
11
|
+
constructor(/*private _router: RouterImpl*/ _configuration: Form);
|
12
|
+
/** configuration options */
|
13
|
+
get options(): O;
|
10
14
|
private _help;
|
11
15
|
/** intercept save */
|
12
16
|
get saving(): import("rxjs").Observable<SaveEventArgs>;
|
package/lib/core/models.d.ts
CHANGED
@@ -479,15 +479,17 @@ export interface Report {
|
|
479
479
|
}
|
480
480
|
export interface Form {
|
481
481
|
name: string;
|
482
|
+
options?: any;
|
482
483
|
title: string;
|
483
484
|
creatable: boolean;
|
484
485
|
icon: string;
|
485
|
-
position?:
|
486
|
+
position?: PositionPolicy;
|
486
487
|
template?: string;
|
487
488
|
structure?: FieldInfo[];
|
488
489
|
workflow?: Workflow;
|
489
490
|
guide?: string;
|
490
491
|
}
|
492
|
+
export declare type PositionPolicy = 'Require' | 'Ask' | 'None';
|
491
493
|
export interface Workflow {
|
492
494
|
version: number;
|
493
495
|
connectors: ConnectorModel[];
|
@@ -558,6 +560,7 @@ export interface CubeAxis {
|
|
558
560
|
selectionMode?: 'Single' | 'Pattern' | 'Multiple' | 'Search' | 'None';
|
559
561
|
descendentOf?: string;
|
560
562
|
}
|
563
|
+
export declare type AxisSelectionMode = 'None' | 'Single' | 'Multiple' | 'Search' | 'Pattern';
|
561
564
|
export declare type AxisType = string | number | Array<string | number>;
|
562
565
|
export interface AxesMap {
|
563
566
|
[axis: string]: AxisType;
|
@@ -84,6 +84,45 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
Summary: string;
|
88
|
+
SecurityLevel: string;
|
89
|
+
Global: string;
|
90
|
+
Indices: string;
|
91
|
+
Spreadsheet: string;
|
92
|
+
Chart: string;
|
93
|
+
Pivot: string;
|
94
|
+
Grid: string;
|
95
|
+
Pie: string;
|
96
|
+
Line: string;
|
97
|
+
Column: string;
|
98
|
+
Area: string;
|
99
|
+
Bar: string;
|
100
|
+
StackingColumn: string;
|
101
|
+
StackingArea: string;
|
102
|
+
StackingLine: string;
|
103
|
+
StackingBar: string;
|
104
|
+
StepLine: string;
|
105
|
+
StepArea: string;
|
106
|
+
SplineArea: string;
|
107
|
+
Scatter: string;
|
108
|
+
Spline: string;
|
109
|
+
StackingColumn100: string;
|
110
|
+
StackingBar100: string;
|
111
|
+
StackingLine100: string;
|
112
|
+
StackingArea100: string;
|
113
|
+
Waterfall: string;
|
114
|
+
Bubble: string;
|
115
|
+
Polar: string;
|
116
|
+
Radar: string;
|
117
|
+
Pareto: string;
|
118
|
+
Doughnut: string;
|
119
|
+
HalfDoughnut: string;
|
120
|
+
Funnel: string;
|
121
|
+
Pyramid: string;
|
122
|
+
StackingStepArea: string;
|
123
|
+
ChartType: string;
|
124
|
+
IndicesChartType: string;
|
125
|
+
States: string;
|
87
126
|
Cubes: string;
|
88
127
|
Types: string;
|
89
128
|
Widgets: string;
|
@@ -556,6 +595,9 @@ export declare const STRINGS: {
|
|
556
595
|
Working: string;
|
557
596
|
};
|
558
597
|
he: {
|
598
|
+
ChartType: string;
|
599
|
+
IndicesChartType: string;
|
600
|
+
States: string;
|
559
601
|
Cubes: string;
|
560
602
|
Types: string;
|
561
603
|
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;
|
@@ -56,4 +56,5 @@ export interface Options {
|
|
56
56
|
exclude?: string[] | string;
|
57
57
|
series?: string[] | string;
|
58
58
|
indices?: string[] | string;
|
59
|
+
filters?: AxesMap;
|
59
60
|
}
|
@@ -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>;
|