@bizdoc/core 1.13.22 → 1.13.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.
@@ -2,6 +2,9 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { Gender } from './models';
3
3
  import { SessionService } from '../core/session.service';
4
4
  import 'dayjs/locale/he';
5
+ import 'dayjs/locale/de';
6
+ import 'dayjs/locale/ru';
7
+ import 'dayjs/locale/ar';
5
8
  import * as i0 from "@angular/core";
6
9
  export declare function TranslateProviderFactory(provider: TranslateService): () => Promise<any>;
7
10
  export declare class TranslateService {
@@ -1,4 +1,4 @@
1
- export declare const SYNCFUSION_L18N: {
1
+ export declare const L18N_STRINGS: {
2
2
  en: {
3
3
  pivotview: {
4
4
  filterAxisPrompt: string;
@@ -8,6 +8,8 @@ export declare const SYNCFUSION_L18N: {
8
8
  };
9
9
  };
10
10
  de: {};
11
+ ar: {};
12
+ ru: {};
11
13
  he: {
12
14
  richtexteditor: {
13
15
  alignments: string;
@@ -78,8 +80,10 @@ export declare const SYNCFUSION_L18N: {
78
80
  };
79
81
  };
80
82
  export declare const STRINGS: {
81
- 'de-DE': {};
82
- 'en-US': {
83
+ de: {};
84
+ ar: {};
85
+ ru: {};
86
+ en: {
83
87
  Editing: string;
84
88
  CheckOut: string;
85
89
  CheckIn: string;
@@ -306,9 +310,11 @@ export declare const STRINGS: {
306
310
  NewCommentsCount: string;
307
311
  None: string;
308
312
  All: string;
309
- 'de-DE': string;
310
- 'en-US': string;
311
- 'he-IL': string;
313
+ de: string;
314
+ en: string;
315
+ he: string;
316
+ ar: string;
317
+ ru: string;
312
318
  StartTour: string;
313
319
  UploadOk: string;
314
320
  UploadVersionOk: string;
@@ -534,7 +540,7 @@ export declare const STRINGS: {
534
540
  Matrix: string;
535
541
  Working: string;
536
542
  };
537
- 'he-IL': {
543
+ he: {
538
544
  Editing: string;
539
545
  EditingMale: string;
540
546
  EditingFemale: string;
@@ -22,11 +22,14 @@ export declare class ReportComponent implements OnInit, OnDestroy {
22
22
  mode: 'explore' | 'filter';
23
23
  filter: MatSidenav;
24
24
  viewer: ReportViewerComponent;
25
+ hasFilters: boolean;
26
+ anyFilters: boolean;
25
27
  private _navigating;
26
28
  private readonly _destroy;
27
29
  constructor(_title: WindowTitleService, _route: ActivatedRoute, _session: SessionService, _cd: ChangeDetectorRef, _sb: PromptService, _guide: GuideService);
28
30
  ngOnInit(): void;
29
31
  guide(): void;
32
+ clearFilter(): void;
30
33
  /**
31
34
  *
32
35
  * @param qargs
@@ -18,9 +18,9 @@ export declare class ReportPaneComponent implements OnInit, OnDestroy {
18
18
  report: Report;
19
19
  args: ParamMap;
20
20
  viewer: ReportViewerComponent;
21
- private readonly _destroy;
22
21
  hasFilters: boolean;
23
22
  anyFilters: boolean;
23
+ private readonly _destroy;
24
24
  constructor(_session: SessionService, _pane: PaneRef<ReportPaneComponent>, _popup: Popup, _cd: ChangeDetectorRef, _sb: PromptService, _guide: GuideService);
25
25
  ngOnInit(): void;
26
26
  filter(evt: Event): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.22",
3
+ "version": "1.13.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",