@bizdoc/core 1.17.23 → 1.17.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/esm2020/lib/admin/positions/positions.component.mjs +2 -2
- package/esm2020/lib/core/fields/options.base.mjs +17 -10
- package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +10 -1
- package/fesm2015/bizdoc-core.mjs +21 -6
- package/fesm2015/bizdoc-core.mjs.map +1 -1
- package/fesm2020/bizdoc-core.mjs +21 -6
- package/fesm2020/bizdoc-core.mjs.map +1 -1
- package/lib/core/fields/options.base.d.ts +3 -1
- package/lib/dashboard/cube/cube-chart.widget.d.ts +2 -1
- package/lib/dashboard/cube/cube-chart.widget.d.ts.map +1 -1
- package/package.json +14 -14
@@ -3,8 +3,10 @@ import { ElementFamily } from '../../admin/architecture/declarations';
|
|
3
3
|
import { SystemService } from '../../admin/system.service';
|
4
4
|
import { DatasourceService } from '../datasource.service';
|
5
5
|
import { LocalizedString } from '../models';
|
6
|
+
import { SessionService } from '../session.service';
|
6
7
|
import * as i0 from "@angular/core";
|
7
8
|
export declare abstract class OptionsControlField {
|
9
|
+
private _session;
|
8
10
|
private _ds;
|
9
11
|
abstract readonly control: FormControl;
|
10
12
|
dataType?: string;
|
@@ -13,7 +15,7 @@ export declare abstract class OptionsControlField {
|
|
13
15
|
key: string;
|
14
16
|
value: LocalizedString;
|
15
17
|
}[];
|
16
|
-
constructor(_ds: DatasourceService);
|
18
|
+
constructor(_session: SessionService, _ds: DatasourceService);
|
17
19
|
ngOnInit(): void;
|
18
20
|
optionOf(value: any): LocalizedString;
|
19
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<OptionsControlField, never>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
2
2
|
import { SessionService } from '../../core/session.service';
|
3
|
-
import { Chart, AxisModel, MarkerOptionsModel, TooltipSettingsModel, ChartSeriesType, AnimationModel, ITooltipRenderEventArgs, IPointEventArgs, LegendSettingsModel } from '@syncfusion/ej2-angular-charts';
|
3
|
+
import { Chart, AxisModel, MarkerOptionsModel, TooltipSettingsModel, ChartSeriesType, AnimationModel, ITooltipRenderEventArgs, IPointEventArgs, LegendSettingsModel, MultiLevelLabelsModel } from '@syncfusion/ej2-angular-charts';
|
4
4
|
import { CubeAnalysisBase } from './cube-analysis.base';
|
5
5
|
import { DatasourceService } from '../../core/datasource.service';
|
6
6
|
import { WidgetRef } from "../widget-ref";
|
@@ -15,6 +15,7 @@ export declare class CubeChartAnalysisWidget extends CubeAnalysisBase {
|
|
15
15
|
readonly type: ChartSeriesType;
|
16
16
|
readonly indexType: ChartSeriesType;
|
17
17
|
readonly marker: MarkerOptionsModel;
|
18
|
+
multiLevelLabels: MultiLevelLabelsModel[];
|
18
19
|
readonly primaryXAxis: AxisModel;
|
19
20
|
readonly primaryYAxis: AxisModel;
|
20
21
|
readonly tooltip: TooltipSettingsModel;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"cube-chart.widget.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/dashboard/cube/cube-chart.widget.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAA+B,uBAAuB,EAAqQ,eAAe,EAAS,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;
|
1
|
+
{"version":3,"file":"cube-chart.widget.d.ts","sourceRoot":"","sources":["../../../../../libraries/core/src/lib/dashboard/cube/cube-chart.widget.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,eAAe,EAAE,cAAc,EAA+B,uBAAuB,EAAqQ,eAAe,EAAS,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAC1gB,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAqB,WAAW,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;;AAGxD,qBAUa,uBAAwB,SAAQ,gBAAgB;IA6CzD,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,UAAU;IA5CpB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,CAAC,IAAI,EAAE,eAAe,CAA0D;IACxF,QAAQ,CAAC,SAAS,EAAE,eAAe,CAA+D;IAClG,QAAQ,CAAC,MAAM,EAAE,kBAAkB,CAIlC;IACD,gBAAgB,EAAE,qBAAqB,EAAE,CAAM;IAC/C,QAAQ,CAAC,YAAY,EAAE,SAAS,CAM9B;IACF,QAAQ,CAAC,YAAY,EAAE,SAAS,CAK9B;IACF,QAAQ,CAAC,OAAO,EAAE,oBAAoB,CAQpC;IACF,QAAQ,CAAC,cAAc,EAAE,mBAAmB,CAK1C;IACF,QAAQ,CAAC,SAAS,EAAE,cAAc,CAAoB;gBAC1C,GAAG,EAAE,SAAS,EACxB,OAAO,EAAE,cAAc,EACvB,EAAE,EAAE,iBAAiB,EACrB,IAAI,EAAE,WAAW,EACjB,IAAI,EAAE,QAAQ,EACN,WAAW,EAAE,UAAU,CAAC,cAAc,CAAC,EACvC,UAAU,EAAE,gBAAgB;IAGtC,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE;IA4CrB,UAAU,CAAC,GAAG,EAAE,eAAe;IAa/B,aAAa;IAGb,QAAQ;IAKR,aAAa,CAAC,CAAC,EAAE,uBAAuB;IAO/B,WAAW;yCAzHT,uBAAuB;2CAAvB,uBAAuB;CA6HnC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bizdoc/core",
|
3
|
-
"version": "1.17.
|
3
|
+
"version": "1.17.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
|
"ajv": "^8.11.0",
|
13
13
|
"@ctrl/ngx-emoji-mart": "^7.0.0",
|
14
14
|
"@microsoft/signalr": "^7.0.0",
|
15
|
-
"@syncfusion/ej2": "^20.
|
16
|
-
"@syncfusion/ej2-angular-charts": "^20.
|
17
|
-
"@syncfusion/ej2-angular-circulargauge": "^20.
|
18
|
-
"@syncfusion/ej2-angular-diagrams": "^20.
|
19
|
-
"@syncfusion/ej2-angular-gantt": "^20.
|
20
|
-
"@syncfusion/ej2-angular-grids": "^20.
|
21
|
-
"@syncfusion/ej2-angular-kanban": "^20.
|
22
|
-
"@syncfusion/ej2-angular-pivotview": "^20.
|
23
|
-
"@syncfusion/ej2-angular-richtexteditor": "^20.
|
24
|
-
"@syncfusion/ej2-angular-schedule": "^20.
|
25
|
-
"@syncfusion/ej2-angular-spreadsheet": "^20.
|
26
|
-
"@syncfusion/ej2-angular-inputs": "^20.
|
27
|
-
"@syncfusion/ej2-base": "^20.
|
15
|
+
"@syncfusion/ej2": "^20.4",
|
16
|
+
"@syncfusion/ej2-angular-charts": "^20.4",
|
17
|
+
"@syncfusion/ej2-angular-circulargauge": "^20.4",
|
18
|
+
"@syncfusion/ej2-angular-diagrams": "^20.4",
|
19
|
+
"@syncfusion/ej2-angular-gantt": "^20.4",
|
20
|
+
"@syncfusion/ej2-angular-grids": "^20.4",
|
21
|
+
"@syncfusion/ej2-angular-kanban": "^20.4",
|
22
|
+
"@syncfusion/ej2-angular-pivotview": "^20.4",
|
23
|
+
"@syncfusion/ej2-angular-richtexteditor": "^20.4",
|
24
|
+
"@syncfusion/ej2-angular-schedule": "^20.4",
|
25
|
+
"@syncfusion/ej2-angular-spreadsheet": "^20.4",
|
26
|
+
"@syncfusion/ej2-angular-inputs": "^20.4",
|
27
|
+
"@syncfusion/ej2-base": "^20.4",
|
28
28
|
"@teamhive/lottie-player": "^1.0.0",
|
29
29
|
"brace": "^0.11.1",
|
30
30
|
"cookie": "^0.5.0",
|