@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.
Files changed (48) hide show
  1. package/esm2022/lib/admin/architecture/elements/form.component.mjs +3 -3
  2. package/esm2022/lib/admin/document-trace/document-trace.component.mjs +3 -3
  3. package/esm2022/lib/admin/form/workflow/workflow.component.mjs +3 -3
  4. package/esm2022/lib/admin/patterns/patterns.component.mjs +3 -3
  5. package/esm2022/lib/admin/permissions/permissions.component.mjs +3 -3
  6. package/esm2022/lib/admin/positions/positions.component.mjs +3 -3
  7. package/esm2022/lib/admin/profiler/profiler.component.mjs +3 -3
  8. package/esm2022/lib/browse/browse.mobile.component.mjs +3 -3
  9. package/esm2022/lib/browse/browse.pane.component.mjs +3 -3
  10. package/esm2022/lib/compose/compose.mobile.component.mjs +3 -3
  11. package/esm2022/lib/compose/compose.pane.component.mjs +3 -3
  12. package/esm2022/lib/core/translations.mjs +5 -3
  13. package/esm2022/lib/cube/accum/accum.component.mjs +3 -3
  14. package/esm2022/lib/cube/chart/chart.component.mjs +3 -3
  15. package/esm2022/lib/cube/cube.service.mjs +13 -6
  16. package/esm2022/lib/cube/grid/grid.component.mjs +51 -56
  17. package/esm2022/lib/cube/parallel/parallel.component.mjs +3 -3
  18. package/esm2022/lib/cube/pivot/pivot.component.mjs +3 -3
  19. package/esm2022/lib/cube/spreadsheet/spreadsheet.component.mjs +5 -4
  20. package/esm2022/lib/dashboard/actions/actions.widget.mjs +3 -3
  21. package/esm2022/lib/dashboard/cube/compare.widget.mjs +3 -3
  22. package/esm2022/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  23. package/esm2022/lib/dashboard/cube/document-state.widget.mjs +3 -3
  24. package/esm2022/lib/dashboard/score/activity.widget.mjs +3 -3
  25. package/esm2022/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  26. package/esm2022/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  27. package/esm2022/lib/dashboard/score/personal-score.widget.mjs +7 -4
  28. package/esm2022/lib/reports/cube/grid-documents.component.mjs +3 -3
  29. package/esm2022/lib/reports/cube/usage-chart.component.mjs +3 -3
  30. package/esm2022/lib/reports/report-viewer.component.mjs +3 -6
  31. package/fesm2022/bizdoc-core.mjs +124 -118
  32. package/fesm2022/bizdoc-core.mjs.map +1 -1
  33. package/lib/admin/architecture/elements/form.component.d.ts +1 -1
  34. package/lib/admin/profiler/profiler.component.d.ts +1 -1
  35. package/lib/core/translations.d.ts +2 -0
  36. package/lib/cube/accum/accum.component.d.ts +1 -1
  37. package/lib/cube/chart/chart.component.d.ts +1 -1
  38. package/lib/cube/grid/grid.component.d.ts +1 -1
  39. package/lib/cube/parallel/parallel.component.d.ts +1 -1
  40. package/lib/dashboard/actions/actions.widget.d.ts +1 -1
  41. package/lib/dashboard/cube/compare.widget.d.ts +1 -1
  42. package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -1
  43. package/lib/dashboard/cube/document-state.widget.d.ts +1 -1
  44. package/lib/dashboard/score/activity.widget.d.ts +1 -1
  45. package/lib/dashboard/score/compare-groups.widget.d.ts +1 -1
  46. package/lib/dashboard/score/peers-performance.widget.d.ts +1 -1
  47. package/lib/dashboard/score/personal-score.widget.d.ts +1 -1
  48. 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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
48
+ theme: 'Material3' | 'Material3Dark';
49
49
  data: ProfileInfo;
50
50
  cols: number;
51
51
  private readonly _destroy;
@@ -617,6 +617,8 @@ export declare const STRINGS: {
617
617
  Preferences: string;
618
618
  Tags: string;
619
619
  TagsHint: string;
620
+ TagsHintMale: string;
621
+ TagsHintFemale: string;
620
622
  ContinueEditing: string;
621
623
  ContinueEditingMale: string;
622
624
  ContinueEditingFemale: string;
@@ -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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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 _prepare;
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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: 'MaterialDark' | 'Material';
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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: 'Material' | 'MaterialDark';
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.22",
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.3",
16
- "@syncfusion/ej2-angular-charts": "^24.2.3",
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.3",
19
- "@syncfusion/ej2-angular-gantt": "^24.2.3",
20
- "@syncfusion/ej2-angular-grids": "^24.2.3",
21
- "@syncfusion/ej2-angular-inputs": "^24.2.3",
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.3",
25
- "@syncfusion/ej2-angular-richtexteditor": "^24.2.3",
26
- "@syncfusion/ej2-angular-schedule": "^24.2.3",
27
- "@syncfusion/ej2-angular-spreadsheet": "^24.2.3",
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",