@bizdoc/core 2.3.22 → 2.3.24
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/esm2022/lib/admin/architecture/elements/form.component.mjs +3 -3
- package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -3
- package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
- package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
- package/esm2022/lib/admin/permissions/permissions.component.mjs +3 -3
- package/esm2022/lib/admin/positions/positions.component.mjs +3 -3
- package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -3
- package/esm2022/lib/browse/browse.mobile.component.mjs +3 -3
- package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
- package/esm2022/lib/compose/compose.mobile.component.mjs +3 -3
- package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
- package/esm2022/lib/core/translations.mjs +5 -3
- package/esm2022/lib/cube/accum/accum.component.mjs +3 -3
- package/esm2022/lib/cube/chart/chart.component.mjs +3 -3
- package/esm2022/lib/cube/cube.service.mjs +13 -6
- package/esm2022/lib/cube/grid/grid.component.mjs +51 -56
- package/esm2022/lib/cube/parallel/parallel.component.mjs +3 -3
- package/esm2022/lib/cube/pivot/pivot.component.mjs +3 -3
- package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +5 -4
- package/esm2022/lib/dashboard/actions/actions.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/compare.widget.mjs +3 -3
- package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
- package/esm2022/lib/dashboard/cube/document-state.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/activity.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +3 -3
- package/esm2022/lib/dashboard/score/personal-score.widget.mjs +7 -4
- package/esm2022/lib/reports/cube/grid-documents.component.mjs +3 -3
- package/esm2022/lib/reports/cube/usage-chart.component.mjs +3 -3
- package/esm2022/lib/reports/report-viewer.component.mjs +3 -6
- package/fesm2022/bizdoc-core.mjs +124 -118
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/lib/admin/architecture/elements/form.component.d.ts +1 -1
- package/lib/admin/profiler/profiler.component.d.ts +1 -1
- package/lib/core/translations.d.ts +2 -0
- package/lib/cube/accum/accum.component.d.ts +1 -1
- package/lib/cube/chart/chart.component.d.ts +1 -1
- package/lib/cube/grid/grid.component.d.ts +1 -1
- package/lib/cube/parallel/parallel.component.d.ts +1 -1
- package/lib/dashboard/actions/actions.widget.d.ts +1 -1
- package/lib/dashboard/cube/compare.widget.d.ts +1 -1
- package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
- package/lib/dashboard/cube/document-state.widget.d.ts +1 -1
- package/lib/dashboard/score/activity.widget.d.ts +1 -1
- package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
- package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
- package/lib/dashboard/score/personal-score.widget.d.ts +1 -1
- package/package.json +11 -11
@@ -28,7 +28,7 @@ export declare class FormDesignComponent extends DesignerTypeElementComponent im
|
|
28
28
|
description: import("@angular/forms").FormControl<unknown>;
|
29
29
|
cubes: import("@angular/forms").FormControl<unknown>;
|
30
30
|
}>;
|
31
|
-
theme: '
|
31
|
+
theme: 'Material3' | 'Material3Dark';
|
32
32
|
readonly axisSettings: AxisSettingsModel;
|
33
33
|
readonly markerSettings: SparklineMarkerSettingsModel;
|
34
34
|
readonly tooltipSettings: SparklineTooltipSettingsModel;
|
@@ -45,7 +45,7 @@ export declare class ProfilerComponent implements OnInit, OnDestroy {
|
|
45
45
|
users$: Observable<UserInfo[]>;
|
46
46
|
assignable$: Observable<UserInfo[]>;
|
47
47
|
palettes: string[];
|
48
|
-
theme: '
|
48
|
+
theme: 'Material3' | 'Material3Dark';
|
49
49
|
data: ProfileInfo;
|
50
50
|
cols: number;
|
51
51
|
private readonly _destroy;
|
@@ -16,7 +16,7 @@ export declare class CubeAccumulationChartComponent implements OnInit, OnChanges
|
|
16
16
|
private _session;
|
17
17
|
static nextId: number;
|
18
18
|
readonly id: string;
|
19
|
-
theme: '
|
19
|
+
theme: 'Material3' | 'Material3Dark';
|
20
20
|
accumchart: AccumulationChart;
|
21
21
|
startAngle: number;
|
22
22
|
endAngle: number;
|
@@ -49,7 +49,7 @@ export declare class CubeChartComponent implements OnInit, OnChanges, OnDestroy,
|
|
49
49
|
readonly chartArea: ChartAreaModel;
|
50
50
|
readonly tooltip: TooltipSettingsModel;
|
51
51
|
readonly crosshair: CrosshairSettingsModel;
|
52
|
-
theme: '
|
52
|
+
theme: 'Material3' | 'Material3Dark';
|
53
53
|
private _data;
|
54
54
|
private readonly _intl;
|
55
55
|
private readonly _destroy;
|
@@ -40,7 +40,7 @@ export declare class CubeGridComponent implements OnInit, OnChanges, CubeViewerC
|
|
40
40
|
private _rows;
|
41
41
|
private _columns;
|
42
42
|
private _cube;
|
43
|
-
private
|
43
|
+
private _ready;
|
44
44
|
constructor(_session: SessionService, _sb: PromptService, _ds: DatasourceService, _service: CubeService, _elementRef: ElementRef);
|
45
45
|
ngOnInit(): void;
|
46
46
|
/** */
|
@@ -21,7 +21,7 @@ export declare class CubeParallelComponent implements OnInit, OnChanges, OnDestr
|
|
21
21
|
chartType?: SparklineType;
|
22
22
|
scope?: ScopeType;
|
23
23
|
readonly onExplore: EventEmitter<ExploreEvent>;
|
24
|
-
theme: '
|
24
|
+
theme: 'Material3' | 'Material3Dark';
|
25
25
|
private _palettes;
|
26
26
|
get palettes(): string[];
|
27
27
|
set palettes(value: string[]);
|
@@ -11,7 +11,7 @@ export declare class ActionsWidget implements WidgetComponent<PerformanceData[]>
|
|
11
11
|
readonly id: string;
|
12
12
|
chart: AccumulationChart;
|
13
13
|
data: PerformanceData[];
|
14
|
-
theme: '
|
14
|
+
theme: 'Material3' | 'Material3Dark';
|
15
15
|
palettes: string[];
|
16
16
|
readonly tooltip: TooltipSettingsModel;
|
17
17
|
readonly legendSettings: LegendSettingsModel;
|
@@ -18,7 +18,7 @@ export declare class CubePerformanceWidget implements WidgetComponent<Model[]>,
|
|
18
18
|
readonly id: string;
|
19
19
|
palettes: string[];
|
20
20
|
chart: Chart;
|
21
|
-
theme: '
|
21
|
+
theme: 'Material3' | 'Material3Dark';
|
22
22
|
readonly enableRtl: boolean;
|
23
23
|
readonly rows: RowModel[];
|
24
24
|
readonly axes: AxisModel[];
|
@@ -18,7 +18,7 @@ export declare abstract class CubeAnalysisBase implements WidgetComponent<Series
|
|
18
18
|
static nextId: number;
|
19
19
|
readonly id: string;
|
20
20
|
palettes: string[];
|
21
|
-
theme: '
|
21
|
+
theme: 'Material3' | 'Material3Dark';
|
22
22
|
height: string;
|
23
23
|
width: string;
|
24
24
|
readonly currencyCode: string;
|
@@ -10,7 +10,7 @@ export declare class DocumentStateWidgetComponent implements WidgetComponent<Mod
|
|
10
10
|
readonly id: string;
|
11
11
|
readonly tooltip: TooltipSettingsModel;
|
12
12
|
readonly dataLabel: AccumulationDataLabelSettingsModel;
|
13
|
-
theme: '
|
13
|
+
theme: 'Material3' | 'Material3Dark';
|
14
14
|
palettes: string[];
|
15
15
|
private readonly _destroy;
|
16
16
|
constructor(_session: SessionService, _elementRef: ElementRef<HTMLDivElement>);
|
@@ -25,7 +25,7 @@ export declare class PersonalActivityWidget implements WidgetComponent<Model>, O
|
|
25
25
|
readonly everyoneMarker: MarkerSettingsModel;
|
26
26
|
readonly chartArea: ChartAreaModel;
|
27
27
|
readonly legendSettings: LegendSettingsModel;
|
28
|
-
theme: '
|
28
|
+
theme: 'Material3Dark' | 'Material3';
|
29
29
|
palettes: string[];
|
30
30
|
fill: string;
|
31
31
|
private readonly _destroy;
|
@@ -14,7 +14,7 @@ export declare class CompareGroupsWidget implements WidgetComponent<Department[]
|
|
14
14
|
readonly id: string;
|
15
15
|
palettes: string[];
|
16
16
|
chart: Chart;
|
17
|
-
theme: '
|
17
|
+
theme: 'Material3' | 'Material3Dark';
|
18
18
|
readonly enableRtl: boolean;
|
19
19
|
readonly rows: RowModel[];
|
20
20
|
readonly axes: AxisModel[];
|
@@ -18,7 +18,7 @@ export declare class PeersPerformanceWidget implements WidgetComponent<PeerModel
|
|
18
18
|
static nextId: number;
|
19
19
|
readonly id: string;
|
20
20
|
gauge: CircularGauge;
|
21
|
-
theme: '
|
21
|
+
theme: 'Material3' | 'Material3Dark';
|
22
22
|
annotations: AnnotationModel[];
|
23
23
|
ranges: RangeModel[];
|
24
24
|
pointers: PointerModel[];
|
@@ -17,7 +17,7 @@ export declare class PersonalScoreWidget implements WidgetComponent<Model>, OnDe
|
|
17
17
|
ranges: RangeModel[];
|
18
18
|
pointers: PointerModel[];
|
19
19
|
max: number;
|
20
|
-
theme: '
|
20
|
+
theme: 'Material3' | 'Material3Dark';
|
21
21
|
readonly margin: MarginModel;
|
22
22
|
readonly tooltip: TooltipSettingsModel;
|
23
23
|
readonly lineStyle: LineModel;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.24",
|
4
4
|
"author": "Moding Ltd.",
|
5
5
|
"homepage": "https://github.com/moding-il/bizdoc.core",
|
6
6
|
"license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",
|
@@ -12,19 +12,19 @@
|
|
12
12
|
"@ctrl/ngx-emoji-mart": "^9.2.0",
|
13
13
|
"@googlemaps/js-api-loader": "^1.16.2",
|
14
14
|
"@microsoft/signalr": "^8.0.0",
|
15
|
-
"@syncfusion/ej2": "^24.2.
|
16
|
-
"@syncfusion/ej2-angular-charts": "^24.2.
|
15
|
+
"@syncfusion/ej2": "^24.2.4",
|
16
|
+
"@syncfusion/ej2-angular-charts": "^24.2.4",
|
17
17
|
"@syncfusion/ej2-angular-circulargauge": "^24.2.3",
|
18
|
-
"@syncfusion/ej2-angular-diagrams": "^24.2.
|
19
|
-
"@syncfusion/ej2-angular-gantt": "^24.2.
|
20
|
-
"@syncfusion/ej2-angular-grids": "^24.2.
|
21
|
-
"@syncfusion/ej2-angular-inputs": "^24.2.
|
18
|
+
"@syncfusion/ej2-angular-diagrams": "^24.2.4",
|
19
|
+
"@syncfusion/ej2-angular-gantt": "^24.2.4",
|
20
|
+
"@syncfusion/ej2-angular-grids": "^24.2.4",
|
21
|
+
"@syncfusion/ej2-angular-inputs": "^24.2.4",
|
22
22
|
"@syncfusion/ej2-angular-kanban": "^24.2.3",
|
23
23
|
"@syncfusion/ej2-angular-lineargauge": "^24.2.3",
|
24
|
-
"@syncfusion/ej2-angular-pivotview": "^24.2.
|
25
|
-
"@syncfusion/ej2-angular-richtexteditor": "^24.2.
|
26
|
-
"@syncfusion/ej2-angular-schedule": "^24.2.
|
27
|
-
"@syncfusion/ej2-angular-spreadsheet": "^24.2.
|
24
|
+
"@syncfusion/ej2-angular-pivotview": "^24.2.4",
|
25
|
+
"@syncfusion/ej2-angular-richtexteditor": "^24.2.4",
|
26
|
+
"@syncfusion/ej2-angular-schedule": "^24.2.4",
|
27
|
+
"@syncfusion/ej2-angular-spreadsheet": "^24.2.4",
|
28
28
|
"@syncfusion/ej2-base": "^24.2.3",
|
29
29
|
"@teamhive/lottie-player": "^1.0.0",
|
30
30
|
"brace": "^0.11.1",
|