@bizdoc/core 1.16.2 → 1.16.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/system/Microsoft_Azure.svg +23 -0
- package/assets/system/QAD.svg +359 -0
- package/assets/system/sap.svg +1 -0
- package/esm2020/lib/admin/configuration-designer/cube-axes-filter.component.mjs +112 -0
- package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +138 -37
- package/esm2020/lib/admin/configuration-designer/designer.base.mjs +30 -27
- package/esm2020/lib/admin/configuration-designer/designer.component.mjs +34 -24
- package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +33 -7
- package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +5 -4
- package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +4 -4
- package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/cube-index-utility.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +13 -18
- package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/explore-view.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +34 -9
- package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +16 -16
- package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +5 -9
- package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +5 -4
- package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +4 -4
- package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +4 -4
- package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +10 -9
- package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +5 -5
- package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +11 -4
- package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +3 -4
- package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +19 -7
- package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +4 -4
- package/esm2020/lib/admin/configuration-designer/elements/tasks-report.component.mjs +3 -3
- package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +4 -5
- package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +4 -4
- package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +4 -11
- package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +3 -10
- package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +11 -9
- package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +11 -9
- package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
- package/esm2020/lib/bizdoc.module.mjs +1 -3
- package/esm2020/lib/core/layout/input.field.mjs +3 -2
- package/esm2020/lib/core/models.mjs +1 -1
- package/esm2020/lib/core/translations.mjs +8 -2
- package/esm2020/lib/shared.module.mjs +3 -1
- package/esm2020/lib/system.module.mjs +10 -10
- package/esm2020/lib/views/cube/sum.component.mjs +1 -1
- package/esm2020/public-api.mjs +1 -1
- package/fesm2015/bizdoc-core.mjs +647 -450
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +644 -447
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/admin/configuration-designer/cube-axes-filter.component.d.ts +35 -0
- package/lib/admin/configuration-designer/designer-element.component.d.ts +23 -12
- package/lib/admin/configuration-designer/designer.base.d.ts +40 -16
- package/lib/admin/configuration-designer/designer.component.d.ts +2 -1
- package/lib/admin/configuration-designer/elements/action.component.d.ts +15 -1
- package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +2 -2
- package/lib/admin/configuration-designer/elements/box-form.component.d.ts +2 -2
- package/lib/admin/configuration-designer/elements/configuration-datasource.component.d.ts +2 -2
- package/lib/admin/configuration-designer/elements/folder.component.d.ts +11 -1
- package/lib/admin/configuration-designer/elements/form.component.d.ts +3 -1
- package/lib/admin/configuration-designer/elements/report.component.d.ts +3 -1
- package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts +2 -2
- package/lib/admin/configuration-designer/elements/role.component.d.ts +2 -0
- package/lib/admin/configuration-designer/elements/state.component.d.ts +4 -0
- package/lib/admin/configuration-designer/elements/utility.component.d.ts +0 -1
- package/lib/admin/configuration-designer/elements/view.component.d.ts +0 -1
- package/lib/admin/configuration-designer/elements/widget.component.d.ts +5 -2
- package/lib/admin/configuration-designer/icon-picker.component.d.ts +2 -1
- package/lib/core/layout/input.field.d.ts +1 -1
- package/lib/core/models.d.ts +5 -4
- package/lib/core/translations.d.ts +6 -0
- package/lib/system.module.d.ts +41 -41
- package/lib/views/cube/sum.component.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +0 -60
- package/lib/admin/configuration-designer/privileges.component.d.ts +0 -26
@@ -0,0 +1,35 @@
|
|
1
|
+
import { OnInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
2
|
+
import { FormGroup, FormBuilder } from '@angular/forms';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { AxesMap } from '../../core/models';
|
5
|
+
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
6
|
+
import { CubeService } from '../../cube/cube.service';
|
7
|
+
import { DesignerRef, ElementModel } from './designer.base';
|
8
|
+
import * as i0 from "@angular/core";
|
9
|
+
export declare class DesignerCubeFilterComponent implements OnInit, OnChanges, OnDestroy {
|
10
|
+
private readonly _service;
|
11
|
+
private _ref;
|
12
|
+
private readonly _fb;
|
13
|
+
readonly pattern: RegExp;
|
14
|
+
cube: ElementModel;
|
15
|
+
model: AxesMap;
|
16
|
+
form: FormGroup;
|
17
|
+
readonly sources: {
|
18
|
+
[axis: string]: Observable<{
|
19
|
+
[key: string]: any;
|
20
|
+
}>;
|
21
|
+
};
|
22
|
+
private readonly _decendents;
|
23
|
+
private readonly _ancestors;
|
24
|
+
private readonly _destroy;
|
25
|
+
ngOnInit(): void;
|
26
|
+
ngOnChanges(changes: SimpleChanges): void;
|
27
|
+
private _initialize;
|
28
|
+
/** filter ctor */
|
29
|
+
constructor(_service: CubeService, _ref: DesignerRef, _fb: FormBuilder);
|
30
|
+
display(keyValue: any): any;
|
31
|
+
change(axis: string, evt: MatAutocompleteSelectedEvent): void;
|
32
|
+
ngOnDestroy(): void;
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerCubeFilterComponent, never>;
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerCubeFilterComponent, "bizdoc-designer-cube-filter", never, { "cube": "cube"; "model": "model"; "form": "form"; }, {}, never, never, false>;
|
35
|
+
}
|
@@ -1,44 +1,55 @@
|
|
1
|
-
import { EventEmitter, Injector, OnDestroy, OnInit, ViewContainerRef } from "@angular/core";
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, ViewContainerRef } from "@angular/core";
|
2
2
|
import { FormBuilder, FormGroup } from "@angular/forms";
|
3
3
|
import { BizDocComponentFactoryResolver } from "../../core/component-factory-resolver";
|
4
4
|
import { PaneRef } from "../../core/slots/pane-ref";
|
5
|
-
import {
|
5
|
+
import { SystemService } from "../system.service";
|
6
|
+
import { ElementModel, DesignerModel, DesignMode } from "./designer.base";
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export interface ElemetData {
|
8
|
-
|
9
|
-
isNew: boolean;
|
9
|
+
mode: DesignMode;
|
10
10
|
template: string;
|
11
11
|
model: ElementModel;
|
12
12
|
designer: DesignerModel;
|
13
13
|
}
|
14
|
-
export declare class DesignerItemComponent implements OnInit, OnDestroy {
|
14
|
+
export declare class DesignerItemComponent implements OnInit, AfterViewInit, OnDestroy {
|
15
15
|
private _injector;
|
16
16
|
private _pane;
|
17
17
|
private _fb;
|
18
|
+
private _service;
|
18
19
|
private _cfr;
|
20
|
+
private _element;
|
21
|
+
svg: {
|
22
|
+
Azure: string;
|
23
|
+
SAP: string;
|
24
|
+
Mfg: string;
|
25
|
+
};
|
19
26
|
form: FormGroup;
|
20
|
-
|
27
|
+
mode: DesignMode;
|
21
28
|
template: string;
|
22
29
|
model: ElementModel;
|
23
30
|
designer: DesignerModel;
|
24
|
-
change: EventEmitter<
|
31
|
+
change: EventEmitter<ElementModel>;
|
25
32
|
_container: ViewContainerRef;
|
26
33
|
_econtainer: ViewContainerRef;
|
27
34
|
valid: boolean;
|
28
35
|
dirty: boolean;
|
29
|
-
|
30
|
-
private _model;
|
36
|
+
roles: ElementModel[];
|
31
37
|
private _destroy;
|
32
|
-
|
38
|
+
private _ref;
|
39
|
+
constructor(_injector: Injector, _pane: PaneRef, _fb: FormBuilder, _service: SystemService, _cfr: BizDocComponentFactoryResolver, _element: ElementRef<HTMLDivElement>);
|
40
|
+
ngAfterViewInit(): void;
|
33
41
|
save(): void;
|
34
42
|
ngOnInit(): void;
|
35
|
-
|
43
|
+
private _validations;
|
44
|
+
setOptions(obj: any): void;
|
45
|
+
unlock(evt: Event): void;
|
46
|
+
assignargs(args: any): void;
|
36
47
|
/**
|
37
48
|
* Ctrl-s save
|
38
49
|
* @param event
|
39
50
|
*/
|
40
51
|
handleKeyboardEvent(event: KeyboardEvent): void;
|
41
52
|
ngOnDestroy(): void;
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, { optional: true; }, null, null]>;
|
53
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerItemComponent, [null, { optional: true; }, null, null, null, null]>;
|
43
54
|
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerItemComponent, "bizdoc-designer-element", never, { "template": "template"; "model": "model"; "designer": "designer"; }, {}, never, never, false>;
|
44
55
|
}
|
@@ -1,19 +1,22 @@
|
|
1
|
-
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
2
1
|
import { OnInit } from "@angular/core";
|
3
2
|
import { FormArray, FormBuilder, FormGroup } from "@angular/forms";
|
3
|
+
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
4
4
|
import { MatSelectChange } from "@angular/material/select";
|
5
5
|
import { ScopeType } from "../../core/configuration";
|
6
|
-
import { AxesMap, CubeAxis, CubeIndex, CubeView, FieldInfo, GuideStep, PositionPolicy } from "../../core/models";
|
6
|
+
import { AxesMap, CubeAxis, CubeFilter, CubeIndex, CubeView, FieldInfo, FolderColumn, GuideStep, PositionPolicy } from "../../core/models";
|
7
|
+
import { Subject } from "rxjs";
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
export declare class DesignerRef<O = any> {
|
9
10
|
private _designer;
|
10
11
|
private _element;
|
12
|
+
_lock$: Subject<boolean>;
|
11
13
|
constructor(_designer: DesignerModel, _element: ElementModel);
|
12
14
|
get designer(): DesignerInfo;
|
13
15
|
get element(): ElementInfo;
|
14
16
|
get options(): O;
|
17
|
+
get lockChange(): import("rxjs").Observable<boolean>;
|
15
18
|
}
|
16
|
-
export interface ElementInfo {
|
19
|
+
export interface ElementInfo<O = any> {
|
17
20
|
family?: string;
|
18
21
|
type?: string;
|
19
22
|
name: string;
|
@@ -22,25 +25,31 @@ export interface ElementInfo {
|
|
22
25
|
draft?: boolean;
|
23
26
|
empty?: boolean;
|
24
27
|
}
|
28
|
+
export interface DesignerElementComponent<T> {
|
29
|
+
model: ElementInfo<T>;
|
30
|
+
mode: DesignMode;
|
31
|
+
form: FormGroup;
|
32
|
+
}
|
33
|
+
export declare type DesignMode = 'edit' | 'widget';
|
25
34
|
/** */
|
26
|
-
export declare abstract class
|
35
|
+
export declare abstract class DesignerElementComponentBase<T = any> implements DesignerElementComponent<T> {
|
27
36
|
protected _fb: FormBuilder;
|
28
37
|
protected _ref: DesignerRef;
|
29
|
-
|
38
|
+
mode: DesignMode;
|
30
39
|
model: ElementModel<T>;
|
31
40
|
get options(): T;
|
32
|
-
editMode: boolean;
|
33
41
|
abstract form: FormGroup;
|
34
42
|
constructor(_fb: FormBuilder, _ref: DesignerRef);
|
35
|
-
ngOnInit(): void;
|
36
43
|
drop(event: CdkDragDrop<FormGroup>, collection: FormArray): void;
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerElementComponentBase<any>, never>;
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DesignerElementComponentBase<any>, never, never, {}, {}, never, never, false>;
|
39
46
|
}
|
40
|
-
export declare abstract class DesignerTypeElementComponent<T = any> extends
|
41
|
-
|
42
|
-
|
43
|
-
|
47
|
+
export declare abstract class DesignerTypeElementComponent<T = any> extends DesignerElementComponentBase<T> {
|
48
|
+
protected _arrayOf(val: string | string[]): string[];
|
49
|
+
disable(...names: string[]): void;
|
50
|
+
enable(...names: string[]): void;
|
51
|
+
unlockResource(): void;
|
52
|
+
lockResource(resources: string[]): void;
|
44
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerTypeElementComponent<any>, never>;
|
45
54
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DesignerTypeElementComponent<any>, never, never, {}, {}, never, never, false>;
|
46
55
|
}
|
@@ -50,7 +59,7 @@ export declare abstract class DesignerTypeElementComponent<T = any> extends Desi
|
|
50
59
|
*/
|
51
60
|
export declare function programName(name: string): string;
|
52
61
|
/** */
|
53
|
-
export declare abstract class DesignerCubeElementComponent<T = any> extends
|
62
|
+
export declare abstract class DesignerCubeElementComponent<T = any> extends DesignerElementComponentBase<T> implements OnInit {
|
54
63
|
readonly cubes: ElementInfo[];
|
55
64
|
cube: ElementModel;
|
56
65
|
secondaryAxes: CubeAxis[];
|
@@ -123,7 +132,7 @@ export interface ElementModel<T = any> {
|
|
123
132
|
configurationFile?: string;
|
124
133
|
template?: string;
|
125
134
|
icon?: string;
|
126
|
-
resource?:
|
135
|
+
resource?: string;
|
127
136
|
copyOf?: string;
|
128
137
|
family?: string;
|
129
138
|
type?: string;
|
@@ -135,11 +144,26 @@ export interface ElementModel<T = any> {
|
|
135
144
|
options?: T;
|
136
145
|
arguments?: FieldInfo[];
|
137
146
|
privileges?: PrivilegesModel;
|
147
|
+
filters?: CubeFilter;
|
148
|
+
columns?: FolderColumn[];
|
138
149
|
anomaly?: AnomalyPolicy;
|
150
|
+
verb?: string;
|
151
|
+
you?: string;
|
152
|
+
youMale?: string;
|
153
|
+
youFemale?: string;
|
154
|
+
past?: string;
|
155
|
+
pastMale?: string;
|
156
|
+
pastFemale?: string;
|
157
|
+
adjective?: string;
|
158
|
+
loggable?: boolean;
|
159
|
+
adjectivePlural?: string;
|
139
160
|
assignable?: boolean;
|
140
161
|
position?: PositionPolicy;
|
162
|
+
multiple?: boolean;
|
163
|
+
shape?: string;
|
164
|
+
group?: number;
|
141
165
|
dataType?: string;
|
142
|
-
steps
|
166
|
+
steps?: GuideStep[];
|
143
167
|
currencyCode?: string;
|
144
168
|
axes?: CubeAxis[];
|
145
169
|
views?: CubeView[];
|
@@ -32,7 +32,7 @@ export declare class ConfigurationDesignerComponent implements UtilityComponent,
|
|
32
32
|
add(section: Section, menu: MatMenuTrigger, evt: Event): void;
|
33
33
|
create(section: Section, template: TemplateInfo): void;
|
34
34
|
copy(section: Section, element: ElementModel): void;
|
35
|
-
edit(element: ElementModel, section: Section
|
35
|
+
edit(element: ElementModel, section: Section): Promise<unknown>;
|
36
36
|
toggleDisabled(element: ElementModel): void;
|
37
37
|
save(): Promise<void>;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationDesignerComponent, never>;
|
@@ -43,5 +43,6 @@ interface Section {
|
|
43
43
|
type: string;
|
44
44
|
elements: ElementModel[];
|
45
45
|
templates: TemplateInfo[];
|
46
|
+
privileges?: boolean;
|
46
47
|
}
|
47
48
|
export {};
|
@@ -2,7 +2,21 @@ import { FormGroup } from "@angular/forms";
|
|
2
2
|
import { DesignerTypeElementComponent } from "../designer.base";
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class ActionDesignComponent extends DesignerTypeElementComponent {
|
5
|
-
|
5
|
+
private static resources;
|
6
|
+
form: FormGroup<{
|
7
|
+
multiple: import("@angular/forms").FormControl<unknown>;
|
8
|
+
color: import("@angular/forms").FormControl<unknown>;
|
9
|
+
verb: import("@angular/forms").FormControl<unknown>;
|
10
|
+
you: import("@angular/forms").FormControl<unknown>;
|
11
|
+
youMale: import("@angular/forms").FormControl<unknown>;
|
12
|
+
youFemale: import("@angular/forms").FormControl<unknown>;
|
13
|
+
past: import("@angular/forms").FormControl<unknown>;
|
14
|
+
pastMale: import("@angular/forms").FormControl<unknown>;
|
15
|
+
pastFemale: import("@angular/forms").FormControl<unknown>;
|
16
|
+
adjective: import("@angular/forms").FormControl<unknown>;
|
17
|
+
adjectivePlural: import("@angular/forms").FormControl<unknown>;
|
18
|
+
}>;
|
19
|
+
ngOnInit(): void;
|
6
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionDesignComponent, never>;
|
7
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<ActionDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
8
22
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
2
|
+
import { DesignerElementComponentBase } from "../designer.base";
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AnomalyRuleDesignComponent extends
|
4
|
+
export declare class AnomalyRuleDesignComponent extends DesignerElementComponentBase<Model> implements OnInit {
|
5
5
|
readonly form: import("@angular/forms").FormGroup<{}>;
|
6
6
|
ngOnInit(): void;
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AnomalyRuleDesignComponent, never>;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
2
|
import { BoxFormMetadata } from "../../form/designer/designer.component";
|
3
|
-
import {
|
3
|
+
import { DesignerElementComponentBase } from "../designer.base";
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class BoxFormDesignComponent extends
|
5
|
+
export declare class BoxFormDesignComponent extends DesignerElementComponentBase<BoxFormMetadata> implements OnInit {
|
6
6
|
readonly form: import("@angular/forms").FormGroup<{}>;
|
7
7
|
ngOnInit(): void;
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BoxFormDesignComponent, never>;
|
@@ -1,9 +1,9 @@
|
|
1
1
|
import { CdkDragDrop } from "@angular/cdk/drag-drop";
|
2
2
|
import { OnInit } from "@angular/core";
|
3
3
|
import { FormArray, FormGroup } from "@angular/forms";
|
4
|
-
import {
|
4
|
+
import { DesignerElementComponentBase } from "../designer.base";
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class ConfigurationDatasourceDesignComponent extends
|
6
|
+
export declare class ConfigurationDatasourceDesignComponent extends DesignerElementComponentBase<Model> implements OnInit {
|
7
7
|
readonly items: FormArray<import("@angular/forms").FormControl<{
|
8
8
|
key: string;
|
9
9
|
value: string;
|
@@ -1,10 +1,20 @@
|
|
1
|
-
import { DesignerTypeElementComponent } from "../designer.base";
|
1
|
+
import { DesignerTypeElementComponent, ElementInfo } from "../designer.base";
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class FolderDesignComponent extends DesignerTypeElementComponent {
|
4
|
+
readonly columns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
4
5
|
readonly form: import("@angular/forms").FormGroup<{
|
5
6
|
icon: import("@angular/forms").FormControl<unknown>;
|
7
|
+
filters: import("@angular/forms").FormGroup<{
|
8
|
+
cube: import("@angular/forms").FormControl<unknown>;
|
9
|
+
axes: import("@angular/forms").FormControl<unknown>;
|
10
|
+
}>;
|
11
|
+
columns: import("@angular/forms").FormArray<import("@angular/forms").FormControl<unknown>>;
|
6
12
|
}>;
|
13
|
+
cubes: ElementInfo[];
|
14
|
+
cube: ElementInfo<any>;
|
7
15
|
ngOnInit(): void;
|
16
|
+
private _formcolumn;
|
17
|
+
add(): void;
|
8
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FolderDesignComponent, never>;
|
9
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<FolderDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
10
20
|
}
|
@@ -4,7 +4,7 @@ import { AxisSettingsModel, SparklineMarkerSettingsModel, SparklineTooltipSettin
|
|
4
4
|
import { SessionService } from "../../../core/session.service";
|
5
5
|
import { PanesRouter } from "../../../core/slots/router.service";
|
6
6
|
import { SystemService, RangeInfo } from "../../system.service";
|
7
|
-
import { DesignerTypeElementComponent, DesignerRef } from "../designer.base";
|
7
|
+
import { DesignerTypeElementComponent, DesignerRef, ElementInfo } from "../designer.base";
|
8
8
|
import * as i0 from "@angular/core";
|
9
9
|
export declare class FormDesignComponent extends DesignerTypeElementComponent implements OnInit {
|
10
10
|
private _router;
|
@@ -13,6 +13,7 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
|
|
13
13
|
readonly rules: FormArray<import("@angular/forms").FormControl<unknown>>;
|
14
14
|
readonly form: FormGroup<{
|
15
15
|
rules: FormArray<import("@angular/forms").FormControl<unknown>>;
|
16
|
+
guide: import("@angular/forms").FormControl<unknown>;
|
16
17
|
icon: import("@angular/forms").FormControl<unknown>;
|
17
18
|
}>;
|
18
19
|
theme: 'Material' | 'MaterialDark';
|
@@ -23,6 +24,7 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
|
|
23
24
|
primary: string;
|
24
25
|
readonly enableRtl: boolean;
|
25
26
|
private readonly _destroy;
|
27
|
+
readonly guides: ElementInfo[];
|
26
28
|
constructor(fb: FormBuilder, _router: PanesRouter, _service: SystemService, _session: SessionService, ref: DesignerRef);
|
27
29
|
ngOnInit(): void;
|
28
30
|
private _formrule;
|
@@ -1,9 +1,11 @@
|
|
1
|
-
import { DesignerTypeElementComponent } from "../designer.base";
|
1
|
+
import { DesignerTypeElementComponent, ElementInfo } from "../designer.base";
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class ReportDesignComponent extends DesignerTypeElementComponent {
|
4
4
|
readonly form: import("@angular/forms").FormGroup<{
|
5
|
+
guide: import("@angular/forms").FormControl<unknown>;
|
5
6
|
icon: import("@angular/forms").FormControl<unknown>;
|
6
7
|
}>;
|
8
|
+
guides: ElementInfo[];
|
7
9
|
ngOnInit(): void;
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ReportDesignComponent, never>;
|
9
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<ReportDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { OnInit } from "@angular/core";
|
2
|
-
import {
|
2
|
+
import { DesignerElementComponentBase, ElementInfo } from "../designer.base";
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class ReturnToRoleActionDesignComponent extends
|
4
|
+
export declare class ReturnToRoleActionDesignComponent extends DesignerElementComponentBase<Model> implements OnInit {
|
5
5
|
readonly form: import("@angular/forms").FormGroup<{
|
6
6
|
roleId: import("@angular/forms").FormControl<any>;
|
7
7
|
}>;
|
@@ -5,7 +5,9 @@ export declare class RoleDesignComponent extends DesignerTypeElementComponent {
|
|
5
5
|
dataType: import("@angular/forms").FormControl<any>;
|
6
6
|
}>;
|
7
7
|
types: ElementInfo[];
|
8
|
+
dataTypeDisabled: boolean;
|
8
9
|
ngOnInit(): void;
|
10
|
+
enableTypeEdit(): void;
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoleDesignComponent, never>;
|
10
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<RoleDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
11
13
|
}
|
@@ -1,10 +1,14 @@
|
|
1
1
|
import { DesignerTypeElementComponent } from "../designer.base";
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class StateDesignComponent extends DesignerTypeElementComponent {
|
4
|
+
private static resources;
|
4
5
|
readonly form: import("@angular/forms").FormGroup<{
|
6
|
+
past: import("@angular/forms").FormControl<unknown>;
|
7
|
+
future: import("@angular/forms").FormControl<unknown>;
|
5
8
|
color: import("@angular/forms").FormControl<unknown>;
|
6
9
|
backgroundColor: import("@angular/forms").FormControl<unknown>;
|
7
10
|
}>;
|
11
|
+
ngOnInit(): void;
|
8
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<StateDesignComponent, never>;
|
9
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<StateDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
10
14
|
}
|
@@ -4,7 +4,6 @@ export declare class UtilityDesignComponent extends DesignerTypeElementComponent
|
|
4
4
|
readonly form: import("@angular/forms").FormGroup<{
|
5
5
|
icon: import("@angular/forms").FormControl<unknown>;
|
6
6
|
}>;
|
7
|
-
ngOnInit(): void;
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilityDesignComponent, never>;
|
9
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<UtilityDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
10
9
|
}
|
@@ -2,7 +2,6 @@ import { DesignerTypeElementComponent } from "../designer.base";
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class ViewDesignComponent extends DesignerTypeElementComponent {
|
4
4
|
form: import("@angular/forms").FormGroup<{}>;
|
5
|
-
ngOnInit(): void;
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewDesignComponent, never>;
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<ViewDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
8
7
|
}
|
@@ -1,7 +1,10 @@
|
|
1
|
-
import { DesignerTypeElementComponent } from "../designer.base";
|
1
|
+
import { DesignerTypeElementComponent, ElementInfo } from "../designer.base";
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class WidgetDesignComponent extends DesignerTypeElementComponent {
|
4
|
-
form: import("@angular/forms").FormGroup<{
|
4
|
+
form: import("@angular/forms").FormGroup<{
|
5
|
+
guide: import("@angular/forms").FormControl<unknown>;
|
6
|
+
}>;
|
7
|
+
guides: ElementInfo[];
|
5
8
|
ngOnInit(): void;
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetDesignComponent, never>;
|
7
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetDesignComponent, "ng-component", never, {}, {}, never, never, false>;
|
@@ -16,6 +16,7 @@ export declare class IconPickerComponent implements MatFormFieldControl<string>,
|
|
16
16
|
private static nextId;
|
17
17
|
id: string;
|
18
18
|
private _value;
|
19
|
+
items: IconInfo[];
|
19
20
|
get value(): string;
|
20
21
|
set value(val: string);
|
21
22
|
get empty(): boolean;
|
@@ -32,7 +33,7 @@ export declare class IconPickerComponent implements MatFormFieldControl<string>,
|
|
32
33
|
panel: TemplateRef<any>;
|
33
34
|
readonly categories: CategoryInfo[];
|
34
35
|
readonly filter: FormControl<any>;
|
35
|
-
|
36
|
+
static icons: IconInfo[];
|
36
37
|
private _overlayRef;
|
37
38
|
private _onChange;
|
38
39
|
private _onTouched;
|
@@ -10,5 +10,5 @@ export declare class InputField extends FieldBase implements OnInit {
|
|
10
10
|
ngOnInit(): void;
|
11
11
|
focus(): void;
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputField, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputField, "
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputField, "bizdoc-input-field", never, {}, {}, never, never, false>;
|
14
14
|
}
|
package/lib/core/models.d.ts
CHANGED
@@ -406,11 +406,12 @@ export interface License {
|
|
406
406
|
expiration?: Date;
|
407
407
|
companyName: string;
|
408
408
|
}
|
409
|
+
export interface CubeFilter {
|
410
|
+
cube?: string;
|
411
|
+
axes: string[];
|
412
|
+
}
|
409
413
|
export interface Folder {
|
410
|
-
filters?:
|
411
|
-
cube?: string;
|
412
|
-
axes: string[];
|
413
|
-
};
|
414
|
+
filters?: CubeFilter;
|
414
415
|
name: string;
|
415
416
|
group?: string;
|
416
417
|
icon?: string;
|
@@ -84,6 +84,12 @@ export declare const STRINGS: {
|
|
84
84
|
ar: {};
|
85
85
|
ru: {};
|
86
86
|
en: {
|
87
|
+
AnalysisSecurityGlobalHelp: string;
|
88
|
+
AnalysisSecurityPositionsHelp: string;
|
89
|
+
AnalysisSecurityPatternsHelp: string;
|
90
|
+
ReceivedAgo: string;
|
91
|
+
IssuedAgo: string;
|
92
|
+
Unlock: string;
|
87
93
|
XAxis: string;
|
88
94
|
Series: string;
|
89
95
|
Steps: string;
|
package/lib/system.module.d.ts
CHANGED
@@ -14,46 +14,46 @@ import * as i11 from "./admin/configuration-designer/elements/cube.component";
|
|
14
14
|
import * as i12 from "./admin/configuration-designer/elements/action.component";
|
15
15
|
import * as i13 from "./admin/configuration-designer/elements/view.component";
|
16
16
|
import * as i14 from "./admin/configuration-designer/elements/type.component";
|
17
|
-
import * as i15 from "./admin/configuration-designer/
|
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/
|
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/elements/
|
31
|
-
import * as i29 from "./admin/configuration-designer/elements/
|
32
|
-
import * as i30 from "./admin/configuration-designer/elements/
|
33
|
-
import * as i31 from "./admin/configuration-designer/elements/
|
34
|
-
import * as i32 from "./admin/configuration-designer/elements/
|
35
|
-
import * as i33 from "./admin/configuration-designer/
|
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/
|
42
|
-
import * as i40 from "./admin/utility.
|
43
|
-
import * as i41 from "./admin/
|
44
|
-
import * as i42 from "./admin/core/
|
45
|
-
import * as i43 from "./admin/
|
46
|
-
import * as i44 from "./admin/
|
47
|
-
import * as i45 from "./admin/
|
48
|
-
import * as i46 from "./admin/document-trace/trace
|
49
|
-
import * as i47 from "./admin/
|
50
|
-
import * as i48 from "./admin/
|
51
|
-
import * as i49 from "./admin/positions/positions
|
52
|
-
import * as i50 from "./admin/
|
53
|
-
import * as i51 from "./admin/form/workflow/
|
54
|
-
import * as i52 from "./admin/form/workflow/
|
55
|
-
import * as i53 from "./admin/
|
56
|
-
import * as i54 from "./admin/
|
17
|
+
import * as i15 from "./admin/configuration-designer/cube-axes-filter.component";
|
18
|
+
import * as i16 from "./admin/configuration-designer/elements/cube-index-utility.component";
|
19
|
+
import * as i17 from "./admin/configuration-designer/elements/configuration-datasource.component";
|
20
|
+
import * as i18 from "./admin/configuration-designer/elements/return-to-role-action.component";
|
21
|
+
import * as i19 from "./admin/configuration-designer/elements/pivot-view.component";
|
22
|
+
import * as i20 from "./admin/configuration-designer/elements/cube-view.component";
|
23
|
+
import * as i21 from "./admin/configuration-designer/elements/box-form.component";
|
24
|
+
import * as i22 from "./admin/configuration-designer/elements/anomaly-rule.component";
|
25
|
+
import * as i23 from "./admin/configuration-designer/elements/usage-report.component";
|
26
|
+
import * as i24 from "./admin/configuration-designer/elements/documents-widget.component";
|
27
|
+
import * as i25 from "./admin/configuration-designer/elements/performance-widget.component";
|
28
|
+
import * as i26 from "./admin/configuration-designer/elements/documents-report.component";
|
29
|
+
import * as i27 from "./admin/configuration-designer/elements/tasks-report.component";
|
30
|
+
import * as i28 from "./admin/configuration-designer/elements/explore-view.component";
|
31
|
+
import * as i29 from "./admin/configuration-designer/elements/analysis-widget.component";
|
32
|
+
import * as i30 from "./admin/configuration-designer/elements/parallel-view.component";
|
33
|
+
import * as i31 from "./admin/configuration-designer/elements/sum-view.component";
|
34
|
+
import * as i32 from "./admin/configuration-designer/elements/matrix-view.component";
|
35
|
+
import * as i33 from "./admin/configuration-designer/elements/analysis-view.component";
|
36
|
+
import * as i34 from "./admin/configuration-designer/designer.component";
|
37
|
+
import * as i35 from "./admin/form/designer/designer.component";
|
38
|
+
import * as i36 from "./admin/configuration-designer/designer-element.component";
|
39
|
+
import * as i37 from "./admin/permissions/permissions.component";
|
40
|
+
import * as i38 from "./admin/indices/manage-cube-index.component";
|
41
|
+
import * as i39 from "./admin/profiler/outofoffice.component";
|
42
|
+
import * as i40 from "./admin/utility-wrapper.component";
|
43
|
+
import * as i41 from "./admin/utility.pane.component";
|
44
|
+
import * as i42 from "./admin/core/search.input";
|
45
|
+
import * as i43 from "./admin/core/color-picker.input";
|
46
|
+
import * as i44 from "./admin/document-trace/reassign.dialog";
|
47
|
+
import * as i45 from "./admin/diff/configuration-diff.component";
|
48
|
+
import * as i46 from "./admin/document-trace/document-trace.component";
|
49
|
+
import * as i47 from "./admin/document-trace/trace-element.component";
|
50
|
+
import * as i48 from "./admin/profiler/profiler.component";
|
51
|
+
import * as i49 from "./admin/positions/positions.component";
|
52
|
+
import * as i50 from "./admin/positions/positions-popup.component";
|
53
|
+
import * as i51 from "./admin/form/workflow/workflow.component";
|
54
|
+
import * as i52 from "./admin/form/workflow/node.component";
|
55
|
+
import * as i53 from "./admin/form/workflow/role-node.component";
|
56
|
+
import * as i54 from "./admin/patterns/patterns.component";
|
57
57
|
import * as i55 from "@angular/common";
|
58
58
|
import * as i56 from "@angular/common/http";
|
59
59
|
import * as i57 from "@angular/forms";
|
@@ -66,6 +66,6 @@ import * as i63 from "./shared.module";
|
|
66
66
|
export declare class SystemModule {
|
67
67
|
static forChild(): ModuleWithProviders<SystemModule>;
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<SystemModule, never>;
|
69
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.IconPickerComponent, typeof i2.StateDesignComponent, typeof i3.RoleDesignComponent, typeof i4.GuideDesignComponent, typeof i5.RuleDesignComponent, typeof i6.ReportDesignComponent, typeof i7.FolderDesignComponent, typeof i8.UtilityDesignComponent, typeof i9.FormDesignComponent, typeof i10.WidgetDesignComponent, typeof i11.CubeDesignComponent, typeof i12.ActionDesignComponent, typeof i6.ReportDesignComponent, typeof i13.ViewDesignComponent, typeof i14.TypeDesignComponent, typeof i15.
|
69
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SystemModule, [typeof i1.IconPickerComponent, typeof i2.StateDesignComponent, typeof i3.RoleDesignComponent, typeof i4.GuideDesignComponent, typeof i5.RuleDesignComponent, typeof i6.ReportDesignComponent, typeof i7.FolderDesignComponent, typeof i8.UtilityDesignComponent, typeof i9.FormDesignComponent, typeof i10.WidgetDesignComponent, typeof i11.CubeDesignComponent, typeof i12.ActionDesignComponent, typeof i6.ReportDesignComponent, typeof i13.ViewDesignComponent, typeof i14.TypeDesignComponent, typeof i15.DesignerCubeFilterComponent, typeof i16.CubeIndexDesignComponent, typeof i17.ConfigurationDatasourceDesignComponent, typeof i18.ReturnToRoleActionDesignComponent, typeof i19.PivotViewDesignComponent, typeof i20.CubeViewDesignComponent, typeof i21.BoxFormDesignComponent, typeof i22.AnomalyRuleDesignComponent, typeof i23.UsageReportDesignComponent, typeof i24.DocumentsWidgetDesignComponent, typeof i25.PerformanceWidgetDesignComponent, typeof i26.DocumentsReportDesignComponent, typeof i27.TasksReportDesignComponent, typeof i28.ExploreViewDesignComponent, typeof i29.AnalysisWidgetDesignComponent, typeof i30.ParallelViewDesignComponent, typeof i31.SumViewDesignComponent, typeof i32.MatrixViewDesignComponent, typeof i33.ChartViewDesignComponent, typeof i34.ConfigurationDesignerComponent, typeof i35.FormDesignerComponent, typeof i36.DesignerItemComponent, typeof i37.PermissionsUtility, typeof i38.ManageCubeIndexUtility, typeof i39.ProfileSettingsDialog, typeof i40.UtilityWrapperComponent, typeof i41.UtilityPaneComponent, typeof i42.SearchInput, typeof i43.ColorPicker, typeof i44.ReassignDialog, typeof i45.SystemDiffComponent, typeof i46.DocumentTraceComponent, typeof i47.TraceElementComponent, typeof i48.ProfilerComponent, typeof i49.PositionsComponent, typeof i50.PositionsPopup, typeof i51.WorkflowComponent, typeof i52.WorkflowNodeComponent, typeof i53.RoleNodeComponent, typeof i54.PatternsComponent], [typeof i55.CommonModule, typeof i56.HttpClientModule, typeof i57.ReactiveFormsModule, typeof i58.FlexLayoutModule, typeof i59.RouterModule, typeof i60.ScrollingModule, typeof i61.SyncfusionDiagramModule, typeof i62.SyncfusionChartModule, typeof i63.SharedModule], [typeof i37.PermissionsUtility, typeof i38.ManageCubeIndexUtility, typeof i40.UtilityWrapperComponent, typeof i41.UtilityPaneComponent, typeof i45.SystemDiffComponent, typeof i46.DocumentTraceComponent, typeof i48.ProfilerComponent, typeof i49.PositionsComponent, typeof i51.WorkflowComponent, typeof i53.RoleNodeComponent, typeof i54.PatternsComponent]>;
|
70
70
|
static ɵinj: i0.ɵɵInjectorDeclaration<SystemModule>;
|
71
71
|
}
|
@@ -23,9 +23,9 @@ export declare class CubeDocumentSumComponent extends CubeBase<SumSettingsModel>
|
|
23
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<CubeDocumentSumComponent, "ng-component", never, {}, {}, never, never, false>;
|
24
24
|
}
|
25
25
|
export interface SumSettingsModel {
|
26
|
-
cube
|
27
|
-
indices
|
28
|
-
aggregate
|
26
|
+
cube?: string;
|
27
|
+
indices?: string[] | string;
|
28
|
+
aggregate?: string[];
|
29
29
|
xAxis: string;
|
30
30
|
series?: string;
|
31
31
|
filters: {};
|