@bizdoc/core 1.13.0-next.1 → 1.13.0-next.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.
@@ -29,7 +29,7 @@ export declare class TraceElementComponent implements OnChanges {
29
29
  nodeType: any;
30
30
  constructor(_chat: ChatInfo, _router: PanesRouter, _translate: TranslateService, _accounts: AccountService, _session: SessionService);
31
31
  ngOnChanges(): void;
32
- recipientInfo(recipient: Recipient): Observable<string>;
32
+ recipientInfo(recipient: Recipient): Promise<string>;
33
33
  logInfo(log: Log): Observable<string>;
34
34
  compare(item: Log): void;
35
35
  chat(e: MouseEvent): void;
@@ -58,6 +58,7 @@ export declare class HubService {
58
58
  static ɵprov: i0.ɵɵInjectableDeclaration<HubService>;
59
59
  }
60
60
  interface NewMailEvent {
61
+ userId: string;
61
62
  model: RecipientModel<any>;
62
63
  }
63
64
  interface MailUpdateEvent {
@@ -86,15 +86,19 @@ export interface RecipientModel<T = any> extends HeaderModel<T>, DocumentModel<T
86
86
  actions?: string[];
87
87
  fyi: boolean;
88
88
  originId?: number;
89
+ escalated?: boolean;
89
90
  tags?: string[];
90
91
  }
91
92
  export interface ConnectorInfo {
93
+ virtual?: boolean;
94
+ originId?: number;
92
95
  estimate: boolean;
93
96
  time?: Date;
94
97
  sourceId: string;
95
98
  targetId: string;
96
99
  }
97
100
  export interface NodeInfo {
101
+ virtual?: boolean;
98
102
  id: string;
99
103
  /** node */
100
104
  type: string;
@@ -141,6 +145,7 @@ export interface Recipient {
141
145
  fyi?: boolean;
142
146
  id: number;
143
147
  note?: string;
148
+ escalated?: boolean;
144
149
  }
145
150
  export interface ScheduledEvent {
146
151
  id: number;
@@ -16,6 +16,7 @@ export declare class ExploreItemsComponent implements OnInit, OnChanges, OnDestr
16
16
  private _translate;
17
17
  readonly CURRENCY_FORMAT: string;
18
18
  private _pageSize;
19
+ private _data;
19
20
  get pageSize(): number;
20
21
  set pageSize(value: number);
21
22
  cube: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "1.13.0-next.1",
3
+ "version": "1.13.0-next.5",
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",
@@ -11,17 +11,17 @@
11
11
  "dependencies": {
12
12
  "@ctrl/ngx-emoji-mart": "^6.1.1",
13
13
  "@microsoft/signalr": "^6.0.1",
14
- "@syncfusion/ej2": "^19.4.38",
15
- "@syncfusion/ej2-angular-charts": "^19.4.38",
14
+ "@syncfusion/ej2": "^19.4.40",
15
+ "@syncfusion/ej2-angular-charts": "^19.4.40",
16
16
  "@syncfusion/ej2-angular-circulargauge": "^19.4.38",
17
- "@syncfusion/ej2-angular-diagrams": "^19.4.38",
18
- "@syncfusion/ej2-angular-gantt": "^19.4.38",
19
- "@syncfusion/ej2-angular-grids": "^19.4.38",
17
+ "@syncfusion/ej2-angular-diagrams": "^19.4.40",
18
+ "@syncfusion/ej2-angular-gantt": "^19.4.40",
19
+ "@syncfusion/ej2-angular-grids": "^19.4.40",
20
20
  "@syncfusion/ej2-angular-kanban": "^19.4.38",
21
- "@syncfusion/ej2-angular-pivotview": "^19.4.38",
22
- "@syncfusion/ej2-angular-richtexteditor": "^19.4.38",
23
- "@syncfusion/ej2-angular-schedule": "^19.4.38",
24
- "@syncfusion/ej2-angular-spreadsheet": "^19.4.38",
21
+ "@syncfusion/ej2-angular-pivotview": "^19.4.40",
22
+ "@syncfusion/ej2-angular-richtexteditor": "^19.4.40",
23
+ "@syncfusion/ej2-angular-schedule": "^19.4.40",
24
+ "@syncfusion/ej2-angular-spreadsheet": "^19.4.40",
25
25
  "@syncfusion/ej2-base": "^19.4.38",
26
26
  "@teamhive/lottie-player": "^1.0.0",
27
27
  "brace": "^0.11.1",